• Hi,

    My site is myfavoritehello.com. I want to change the category color and hover color in my postings. For example, in the post I have on my website the category in inspiration and I want to change that color from black to pink and make the hover color black. Thank you.

Viewing 1 replies (of 1 total)
  • Hi there, If you want to change the color of the category anchor in post listings and posts paste this inside your custom css box

    .entry-categories a{
     color:pink;
    }
    .entry-categories a:hover{
     color:black;
    }

    Let me know if this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Change Category Active and hover colors in post’ is closed to new replies.