footer widget background color and text color
-
I would like to change my two footer widgets to have a darker background but I would need to change the text in the footer to white or another color. How can I do that?
The blog I need help with is: (visible only to logged in users)
-
Are you wanting the entire purple footer widget area darker, or just the widgets themselves? If just the widgets themselves, add the following and edit the colors as desired.
#colophon .widget { background-color: #000; padding: 20px; color: #fff; } #colophon .widget .widget-title, #colophon .widget a { color: #fff; }I see you have two text widgets with no content in the footer widget area (the two short black bands).
- The topic ‘footer widget background color and text color’ is closed to new replies.