• Resolved royaltask

    (@royaltask)


    Hello, I like the menu hover/active text decoration. How can I make the line different from the menu color (eg. blue!)

    • This topic was modified 1 year, 1 month ago by royaltask.
Viewing 1 replies (of 1 total)
  • Theme Author Qode

    (@qodeinteractive)

    Hello,

    Unfortunately this is not available as an option. You can add custom css below to Appearance > Customize > Additional CSS to change the color of line decoration:

    .qodef-nav-1st-lvl--draw-hover-line-through .menu-nav-menu-widget-container>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-line-through .qodef-header-navigation>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-line-through .qodef-header-vertical-navigation>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-overline .menu-nav-menu-widget-container>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-overline .qodef-header-navigation>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-overline .qodef-header-vertical-navigation>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-underline .menu-nav-menu-widget-container>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-underline .qodef-header-navigation>ul>li>a>span,
    .qodef-nav-1st-lvl--draw-hover-underline .qodef-header-vertical-navigation>ul>li>a>span {
    background-image: linear-gradient(transparent calc(100% - 1px),blue 1px);
    }


    Best,
    Qode

Viewing 1 replies (of 1 total)
  • The topic ‘change menu hover/active text decoration -> line should be blue’ is closed to new replies.