Changing colour of widget sidebar (flounder theme)
-
Hello,
I’d like to change the colour(s) of the sidebar on my blog so it matches the rest of the colour scheme – changing the palette doesn’t seem to affect it. Is there any way to do this with custom css?
Cheers
The blog I need help with is: (visible only to logged in users)
-
Hi,
I’m not quite sure what are the colors you wanted to use on the sidebar, so I’m using some of the colors already on the site for this. Have a try:
/* Widget title background color */ .widget .widget-title { background: #4C9900; } /* Widget content area background color */ .widget { background: #85FE0C; } -
- The topic ‘Changing colour of widget sidebar (flounder theme)’ is closed to new replies.