When I look at my homepage (bestinterest.blog), I want to change the color of the text of the “Author” and “Category” in a blog snippet. Currently, the color is ~orange.
I feel like the Appearance>>Customize>>Advanced Color Options>>Post/Meta Colors should control what I’m looking for, but it is not working for me.
Follow the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”
#primary .cat-links a, .entry-header .author-date span.author a{
color:#COLORCODE
}