Hi, I'm working with abundance, and I want to change the color of the titles in the footer, but just the titles not the rest of the footer font color, how can I do this ?
change the color of the titles on footer
6 posts from 2 voices-
Posted 1 year ago #
-
Hey,
add following code to css/custom.css and adjust the color value:
#footer .widgettitle { color: #fff !important; }Posted 1 year ago # -
works great dude, but my latest footer column has the latest tweets widget , how can i change the title color on this one?
Posted 1 year ago # -
Can you post a link please? I'm not sure if you refert the widget headline or to the latest tweets headlines/links.
Posted 1 year ago # -
i'm using my local host to edit abundance, but it's the widget headline Dude.
Posted 1 year ago # -
The code:
#footer .widgettitle { color: #fff !important; }should work for the twitter widget too. However you can try:
#footer .tweetbox .widgettitle { color: #fff !important; }instead.
Posted 1 year ago #
Reply
You must log in to post.














