Widgets CSS Background and Text
-
I would like to know if it is possible for me to change the CSS (i have upgrade) so that all my widgets have a grey background and white text, or simply put to match the format the date author name style. Currently it is transparent and ugly.
The blog I need help with is: (visible only to logged in users)
-
Just to clarify myself, sorry for double post.
What I don’t understand is how can I make the background white for example on the widgets at the bottom of my page. I just need one answer and I think it’ll just click, I understand HTML decently, but CSS is just bugging my mind.
1. What is the code I should use in the CCS Stylesheet Editor to make one of my widgets background white? -
1. What is the code I should use in the CCS Stylesheet Editor to make one of my widgets background white?
To make the widget backgrounds white in the MistyLook theme, add this to your Appearance → Custom Design → CSS editor and click the Preview button to see how it will look:
li.sidebox { background: #fff; }
- The topic ‘Widgets CSS Background and Text’ is closed to new replies.