First I have to say I love the theme..
and here is my blog information http://blog.midwestmovies.us
if you look at on right widgets i want to change the font color and hover color.. i have searched but no luck
any help would be appreciated
Change font color on side bar widgets (Top Posts, Latest news)
5 posts from 3 voices-
Posted 3 months ago #
-
Hi,
add following code to style.css and change the color values:
.sidebar .widget a, .sidebar .widget{ color: #999999; } .sidebar .widget a:hover{ color: #e2e2e2; }If this code doesn't work use following code instea:
.sidebar .widget a, .sidebar .widget{ color: #999999 !important; } .sidebar .widget a:hover{ color: #e2e2e2 !important; }Posted 3 months ago # -
Thank you so much.. it changed on HOme Page but not on single post pages
for e.g http://midwestmovies.us/blog/iron-man-3-new-posters-ironman3/Posted 3 months ago # -
ignore my previous, after I add the widgets on display everywhere, I see the color change.. thanks so much
Posted 3 months ago # -
Hi pgoutam,
Glad that Peter helped you. :)
Cheers,
IsmaelPosted 3 months ago #
Topic Closed
This topic has been closed to new replies.














