Home Forums WoodMart support forum MENU UNDERLINE COLOR

MENU UNDERLINE COLOR

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #124700

    joshh31
    Participant

    Hello,

    How can I underline in a different color one of my title on my menu ?

    I already asked you for that for another title and your answer was that (it works) :
    body .menu-item-540 .woodmart-nav-link .nav-link-text:after{
    background-color:red;
    }

    Maybe I have to change .menu-item-540 by something else ?

    Thank you for your help.

    #124828

    joshh31
    Participant

    Hello,

    Please check the Private content.

    Thank you.

    #124831

    Hello,

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

    body #menu-item-2281 .woodmart-nav-link .nav-link-text:after{
    background-color:#BD9D3A;
    }

    Best Regards

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