Change text colour in Category buttons in Opti
-
The shades of grey in Opti are great, but sometimes too much alike. In the category buttons at the end of each post, for instance, they are almost indistinguishable. I need to make the text green, preferably the same green I’ve used for links elsewhere, but greyed out somewhat. How do I make that change?
The blog I need help with is: (visible only to logged in users)
-
Howdy @raincoaster, this will make it the same green and the same hover color you are using on the other links, such as the previous/next post links.
.entry .post-taxonomies a { color: #267f00; } .entry .post-taxonomies a:hover { color: #216c01; } -
- The topic ‘Change text colour in Category buttons in Opti’ is closed to new replies.