[Resolved] Parent menu highlight

  • Author
    Posts
  • #16020

    Neil
    Participant

    Hi, is there a way to keep the main (parent) menu topic highlighted and underlined when you have selected a topic from the dropdown of that same parent?

    #16021

    Andrew Misplon
    Keymaster

    Hi Neil

    Thanks for posting.

    At Appearance > Custom CSS if you’re using SiteOrigin or at Customize > Additional CSS or any other Custom CSS location of your choosing you can try inserting:

    .main-navigation ul .current-menu-ancestor > a {
      color: #0896fe;
    }

    The color value can be changed as required.

    #16022

    Neil
    Participant

    Thanks Andrew, that hasn’t worked unfortunately

    #16023

    Neil
    Participant

    Apologies, refreshed and it’s working now, thanks!

    #16024

    Neil
    Participant

    Is there also a way to make the social icons bigger? They are located in the bottom bar on the right atthe moment.

    #16025

    Andrew Misplon
    Keymaster

    Hi Neil

    Sure. You can try:

    .bottom-bar-menu .menu li a:before {
        font-size: 20px !important;
    }
    #16026

    Neil
    Participant

    Thanks, that did the trick!

    #16027

    Andrew Misplon
    Keymaster

    Glad that helped 🙂 Cheers.

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

The topic ‘Parent menu highlight’ is closed to new replies.

Scroll to top