Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2474359
Hover state color Category name on Single Posts
Closed

Comments

  • craigett started the conversation

    Hi. How can I change the hover state color for the Category name that sits above the Post's title on Single Posts? I know I can control its base/non-hover color via the "Single Categories Accent Color" selector. Thanks much! 

  •  2,699
    PenciDesign replied

    Hi,

    By default, the theme doesn't support for change hover color on category name on single posts.

    But, if you want, you can add more this code to Customize > Custom CSS to do that:

    .container-single .penci-standard-cat .cat>a.penci-cat-name:hover { color: #ff0000; }
    

    Change color code ff0000 to any color code as you want.


    Best Regards,

    PenciDesign

  • craigett replied

    Thank you for your help! That worked.