Home Forums WoodMart support forum Hover background

Hover background

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

    viktorhit
    Participant

    Where can I change this gray background (hover)?

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-vertical>li:hover>a {
        background-color: red;
        color: white;
    }

    Best Regards

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