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

    Hi,

    How do I make the main Navigation background color active when one of its sub pages from its drop down menu are active? The drop down navigation background needs to remain active too. thanks

    #790940

    Hey envisageiam,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .current-menu-parent, .current-menu-ancestor, .current-menu-item > a {
       background-color: red !important;
      color: white !important;
    }

    Please adjust the values to your preference.

    If that doesn’t work, can we have a link to the site in question please?

    Best regards,
    Sarah

    #790941

    Thank you

    #790946

    You’re welcome.

    Do you need additional help on this topic, or can we close this thread? :)

    Best regards,
    Sarah

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