How to colorize sidebar?
Hi,
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 http://www.gds.or.id/id/wp-content/uploads/2016/03/image-1.png and try your css :
widget-area::before {
background-image: url('http://www.gds.or.id/id/wp-content/uploads/2016/03/image-1.png') !important;;
}
But it still not working.. Could you please help me to fix this?
Thanks
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 http://www.gds.or.id/id/wp-content/uploads/2016/03/image-1.png and try your css :
widget-area::before {
background-image: url('http://www.gds.or.id/id/wp-content/uploads/2016/03/image-1.png') !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 : http://www.gds.or.id/id/hidup-sebagai-keluarga-allah/
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?