I want to separate the content and sidebars visually by making the sidebars a different color. Where in the CSS do I edit that, if it's possible? If not, is there a line of code that I could add to make it possible?
Cutline Theme Support Forums » Cutline Theme Support Forums
How to change color of sidebars?
(5 posts)-
Posted 3 years ago #
-
Hi spiltmilk,
You could add a background color the sidebar defintions in style.css. This for example will give the rh sidebar a black background (if using the 3 column sutline theme.
#sidebar { width: 210px; padding: 0 0 0 15px; float: right; background: #888; }
Posted 3 years ago # -
karmatashi - This is exactly what I needed! Thank you SO MUCH! :)
Posted 3 years ago # -
no problem. looks nice on you site.
Posted 3 years ago # -
Thanks! :)
Posted 3 years ago #
Reply
You must log in to post.
resolved