Community > Discussions
62 views
2 replies

Porto 6 Colors

Hi Team

I have applied the dark theme in porto style switcher which has changed the background to a charcoal and I want it to be black how do I change this?

Attached Files
Techmedics Techmedics
Published 11/02/2021 02:51
Add Comment
Ishita Gupta

It is not possible using Style Switcher.
Please add the following CSS in your site's Custom CSS (Persona Bar > Settings) 


html.dark body {

    background-color: #1d2127 !important;

}

html.dark header, html.dark header .header-body {

    background: #aaabac !important;

    border-color: #ced6e3;

}

replied 11/02/2021 09:14
Techmedics

Hi Ishita,

 

thank for your reply, i have added what you said to the custom CSS in DNN 9.10.02 and it shows no change what am I doing wrong do I need to tell the page to use the custom CSS some how? not sure I am a newb to this - any help much appreciated.

 

regards

 

Aaron

replied 11/03/2021 04:00

Last Activity 11/03/2021 04:00