Tagged: blog categories
Hi guys, I need CSS for font color for my all blog categories. (ss – https://imgur.com/a/rnNJMXu)
I can’t do it in General Styling because colors there are changing also my text color here > https://imgur.com/a/J33g8LQ
So I need CSS only for page categories.
Hey buciks1,
Thanks for the screenshots. Could you post a link to where we can see the elements you want to target as well please?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
span.blog-categories.minor-meta a {
color: red;
}
Best regards,
Rikard
Nothing happens. (I was checking in private window)
Hi buciks1,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.archive.category #wrap_all .main_color h3 a,
.html_elegant-blog #top.archive.category .avia-content-slider .blog-categories a {
color: #782424 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria