• Resolved yvanrouxel

    (@yvanrouxel)


    Hello,

    In the theme option, there is no possibility the get “Active Item Color” for the Secondary Menu. I had to break the header menu in two in order to make a vertical line between the two part. Then I realised that in the option the two menu are different. Any idea on on to sort that? I tried with the bit of CSS but it seems to be out of my competence.

    Best,
    Yvan

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @yvanrouxel,

    Thanks for choosing Neve!

    Currently there is no option in the theme to set the active color for items from the secondary menu, but I’ll forward this suggestion to our developers and hopefully it will be included in future versions of Neve. For now, it’s possible to set the secondary menu item active color by adding the code below in the Additional CSS section within the Customizer. Feel free to change the color as you please.

    .builder-item--secondary-menu .nav-ul#secondary-menu li.current-menu-item>a{
        color: red !important;
    }

    Have a nice day!

    Thread Starter yvanrouxel

    (@yvanrouxel)

    Thank you for the tip, it works great.
    Nice to see that feature in a future version.

    Thank you
    Yvan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Active Item Color missing on Secondary Menu’ is closed to new replies.