Change color of widget on header
-
My apologies if this has been answered before, but can someone tell me how to change the font color of the widget only in my header via CSS. Currently it’s grey and I’m trying to change it to white. If someone could specifically tell me what code to put in to do that, I would GREATLY appreciate it! Thank you!
The blog I need help with is: (visible only to logged in users)
-
If you’re talking about the little widget that says “About,” then this should do the trick.
#access a { color: #fff; }
- The topic ‘Change color of widget on header’ is closed to new replies.