How to change font color of the Categories? Thank you!
How to change font color of the Categories?
8 posts from 2 voices-
Posted 1 year ago #
-
Hi GenieLar,
If you're referring to your portfolio categories you would need to add the following CSS to your custom.css or Quick CSS.
#js_sort_items a { color:#ffff00; }Regards,
MyaPosted 1 year ago # -
I mean Blog Categories. Thank you.
Posted 1 year ago # -
Hi,
For that you would add this:
.blog-meta .post-meta-infos span.blog-categories a { color: #272727 !important; }Regards,
MyaPosted 1 year ago # -
Mya, your code changed some color, but not what I need. Look at this: http://sunnymask.com/photographing-jewelry/
Your code is..see yellow. I need change color of Categories at the right.Posted 1 year ago # -
Hi GenieLar,
Ah okay. I was basing my code off the demo site. For that, you'll need to use this:
#top .widget ul li.cat-item a { color:#ff3300 !important; }That will target only the category links.
Regards,
MyaPosted 1 year ago # -
Thank you very MUCH, Mya! It works!
Posted 1 year ago # -
Hey!
Excellent! Glad to help!
Best regards,
MyaPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














