Home Forums WoodMart support forum Hover Color Caterory

Hover Color Caterory

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

    Hypero
    Participant

    Hi,

    Where can I change the hover color for the category?

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

    Hello,

    In order to change color on hover of the categories items, you will need to add this CSS code to Theme Setings > Custom CSS:

    .header-categories-nav .categories-menu-dropdown .item-level-0>a:hover {
        font-size: 14px;
        color: red;
    }

    Best Regards

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