Home Forums WoodMart support forum remove focus on main menu item

remove focus on main menu item

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

    icecreme
    Participant

    hi
    how can I remove the focus on main menu item

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

    Hello,

    Please add this code to the Theme settings > custom CSS:

    .whb-color-dark .navigation-style-default .item-level-0>a:hover,
    .whb-color-dark .navigation-style-default .item-level-0>a:focus{
        color: #333;
    }

    Best Regards

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