Devilwillcry4you
Active member
Does anyone happen to know what style property changes the background color of all the sideboxes?
Does anyone happen to know what style property changes the background color of all the sideboxes?
This is so true, couldn't have said it better.It's that magic @Shelley touch. CSS hears her name and scampers in fear to obey!
.sidebar .secondaryContent
That'll change the background/background-color
DoesBump same problem how can i chnage sidebar background colour
.sidebar .secondaryContent {
background-color: green;
}
Doesnot work? You may have to put an !important after the color depending on your style.Code:.sidebar .secondaryContent { background-color: green; }
EDIT:
This goes in EXTRA.css in case you were not sure.
background-color: #EAF4FE;
background-color: #EAF4FE;
One more question, how can I change the font color?
We use essential cookies to make this site work, and optional cookies to enhance your experience.