• I am wondering if there’s any way to change the hover color for just one category on tag archive pages.

    .tag .item h3 a:hover {
    color: #FFF!important;
    }

    I know the code above changes the hover color for all h3 titles that are links, but I was wondering if there’s any way to have a specific hover color dependent on the post’s category.

    For example, a red hover color for a post in category-book-reviews category, and a green hover for posts in category-movie-reviews, etc.

    The page in question: https://www.ministryofmovies.com/tag/quest-progress/

    Any help would be greatly appreciated.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change category hover link on just tag archive page.’ is closed to new replies.