Home Forums WoodMart support forum Category hover selection

Category hover selection

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31752

    nnominor
    Participant

    How to make the links in categories and labels stand out when hovering?
    Like all other links

    Attachments:
    You must be logged in to view attached files.
    #31773

    Artem Temos
    Keymaster

    Hello,

    You can use the following CSS code to do this. Add it to the Custom CSS in Theme Settings

    .product_meta a:hover {
    	text-decoration:underline;
    	color: #ef0909;
    }

    Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)