Home Forums WoodMart support forum Add color to active link

Add color to active link

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

    KH
    Participant

    Hello, in your Fashion demo, I see underline in active link in main header menu (when you click on the link, the link become underline). How can I add color to the active link menu as well?

    #215645

    Hello,

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

    .whb-color-dark .navigation-style-underline .current-menu-item > a {
        color: red;
    }

    Best Regards

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