Home New Guten Forums WoodMart support forum How to change this selection colour?

How to change this selection colour?

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

    nikhildhz
    Participant

    in electronics homepage,

    there is a category dropdown in the header.

    when we drag the cursor through the categories, the selection colour is gray. how to change it to blue?

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .vertical-navigation .item-level-0:hover>a {
        background-color: #F9F9F9;
    }

    Replace the color as per your needs.

    If you have any questions please feel free to contact us.

    Best Regards

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