Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #510498

    Hello guys, all right?

    I’m having trouble with secudário menu, it may be a complicated modification and if applicable understand if not possible, but if it is a simple modification wish I could count on you!

    When you click in a primary menu it is “stressed” to indicate where we are. You can do the same thing with secondary?

    Thanks!

    #510637

    Hey virtualsa!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    nav.sub_menu li.current-menu-item a {
        color: orange!important;
    }

    Cheers!
    Yigit

    #510939

    Ohh cool!
    This worked, but not exactly what I wanted … is to leave underscore?

    But anyway I am very grateful because it already works!

    #510948

    Hey!

    Please add following code to Quick CSS as well

    nav.sub_menu li.current-menu-item a {
        text-decoration: underline!important;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.