Home Forums WoodMart support forum underline style in the mainmenu of homepage

underline style in the mainmenu of homepage

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

    summerdove
    Participant

    Hi,

    I want to change the underline color of the main menu of the homepage, what CSS code should I have to add?

    color: #84b734
    Margin-top:10px;
    Width: 25px;

    #157287

    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, 
    body .navigation-style-underline .menu-mega-dropdown .color-scheme-light .nav-link-text:after {
        background-color: red!important;
    }

    Please check your custom CSS, if you have the same code, remove it and remove !important from my code, set the color of the underline as per your needs.

    Best Regards

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