Change font color in widget area
-
I would like to change the color of the font in my widget section. Can you help me please? Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi!
Here’s some code to help you change the default, header and link colours plus the hover colour and background colour of your tag links and follow button:
#secondary, #secondary a, #secondary .widget-title, #secondary input[type="submit"] { color: #fff; border-color: #361311; } #secondary a:hover { color: #c0b48c; } #secondary .wp_widget_tag_cloud a:hover, #secondary input[type="submit"]:hover { background: #a70c0c; } -
I only want to change the font color in the widget area and what you gave me did not work. Can you help me please? thank you
-
I only want to change the font color in the widget area and what you gave me did not work. Can you help me please? thank you
-
I think you just missed out the # sign when you were entering your colour codes. Try swapping out what you just entered with this instead:
#secondary, #secondary a, #secondary .widget-title, #secondary input[type="submit"] { color: #FFFFCC } #secondary a:hover { color: #CC9900 } -
-
- The topic ‘Change font color in widget area’ is closed to new replies.