Home Forums WoodMart support forum Underline on hover in page title

Underline on hover in page title

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

    Hi,
    how i can change color of underline in page title ?
    I didnt find any code for this in this forum…

    thank you

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

    Hello,

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

    .wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after {
        background-color:red
    }

    Best Regards

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