Home Forums WoodMart support forum Change undeline color in main menu

Change undeline color in main menu

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

    fernando
    Participant

    Is possible to change the color of the underline in the main menu? (See attachment)

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

    Hello,

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

    body .whb-color-light .navigation-style-underline .item-level-0>a .nav-link-text:after {
        background-color: red;
    }

    Replace “red” with color as per your needs.

    Best Regards

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