Comments craigett started the conversationJuly 15, 2020 at 7:48pmHi. 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,700PenciDesign repliedJuly 16, 2020 at 4:08amHi,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,PenciDesign1 Likecraigett repliedJuly 16, 2020 at 2:42pmThank you for your help! That worked. Sign in to reply ...
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!
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:
Change color code ff0000 to any color code as you want.
Best Regards,
PenciDesign
Thank you for your help! That worked.