Widget help! Customizing color
-
Hello,
Can someone please provide me with the right code to change the background color for widget boxes and to change the widget text color?
Lastly, what code is necessary to remove all widgets on certain pages?
THANK YOU!
The blog I need help with is: (visible only to logged in users)
-
Hi, I see you have a CSS rule to change the text color on the widgets. Add a background color declaration to that and set the color as you desire, like this.
.widget { color:#fff; background-color: #cc0000; }For setting widgets to only appear on certain pages, have a look at our Widget Visibility feature and see if that will do what you are wanting to do. If that doesn’t do exactly what you are wanting, let me know and we can use some custom to remove the sidebars from the pages you desire.
- The topic ‘Widget help! Customizing color’ is closed to new replies.