Home Forums WoodMart support forum Hover color

Hover color

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

    [email protected]
    Participant

    How can I change my mouse hover colour?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .header-categories-nav .categories-menu-dropdown .item-level-0>a:hover{
        background-color: red;
    }

    Change “red” for the color as per your needs.

    Best Regards

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