How to colorize sidebar?
I want to add my sidebar with background color..
I've read your previous discussion on http://forum.muffingroup.com/betheme/discussion/11127/sidebar-background, so i tried with this css.. But it's not working.
widget-area::before {
background-color: #000 !important;;
}
So i assumed that it need a background image.. So i make a plain background such this [Links visible only for registered users] and try your css :
widget-area::before {
background-image: url('[Links visible only for registered users]) !important;;
}
But it still not working.. Could you please help me to fix this?
Thanks
Comments
on what page you set this css with background color?
At appearance - betheme options - custom css - css
I want to put sidebar on page for classic blog like this : [Links visible only for registered users]
It appears side bar.. But without the background.
I set the css code on appearance - betheme options - custom css - css not on spesific page. And on custom css it doesn't work.
Where should i put that css?