post title text color displayed on hover over
-
the post title text color displayed when user hovers over an image on my blog page is dark charcoal and difficult to see. how do I change this to white?
The blog I need help with is: (visible only to logged in users)
-
Hi there, give this a try.
.blog .grid .portfolio .entry-content .entry-title a { color: #fff; }If you also want to change the entry meta below the title, add the following also.
.blog article .entry-meta, .blog article .entry-meta a { color: #fff; }
- The topic ‘post title text color displayed on hover over’ is closed to new replies.