I can't for the life of me find where to change the font colour of the category badges. Right now I have orange badges with white text but I'm trying to change the badge colour text to the site's dark green.
Thanks for the reply. I did find that which changes the background colour of the category badges. I'm looking to change the font colour of those badges.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
@media only screen and (min-width: 1px) {
#ajax-content-wrap [data-style="content_under_image"] [data-columns="4"].layout-mixed > div .content .style-button,
body [data-style="content_under_image"] [data-columns="4"].layout-mixed > div .content .style-button {
color: #0c1c16;
}
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Hi,
I can't for the life of me find where to change the font colour of the category badges. Right now I have orange badges with white text but I'm trying to change the badge colour text to the site's dark green.
Any thoughts?
Many thanks
Hi Seth,
Thanks for writing to us.
You can change the color from here
I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.
Best regards,
Hi Judith,
Thanks for the reply. I did find that which changes the background colour of the category badges. I'm looking to change the font colour of those badges.
Anyway to do that?
Cheers!
Hi Seth,
Thank you for getting back to us.
Could you let us know what color you want to change the text to so we can look into this and advise?
We look forward to your reply.
Thanks,
Ideally 0c1c16 please.
Hi Seth,
Thanks for getting back to us.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Regards,
Amazing!! That's worked! Thanks so much. Looks ace.