Font color on Widget text
-
Is there any CSS code to change the color of the text in a widget.
Thanks
The blog I need help with is: (visible only to logged in users)
-
If you want to change the text color “on the fly” you can just use an inline style when you write your text widget, no customization needed using this form:
<div style="color:#00cc00">Write your widget text here. </div>Do you want every widget in your sidebar to have the same font color or did you want to just apply it to selected ones?
-
For now my side bar will remains as it is.
So that will do just fine!
(I didn’t now that you could use html code on the text widget)thank you!
- The topic ‘Font color on Widget text’ is closed to new replies.