Resolved

Parent menu highlight

Ultra Theme started by Neil Aug 18, 2021 7 replies
Neil Aug 18, 2021 · 6:30 pm #16020

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?

Andrew Misplon Puro Aug 18, 2021 · 6:34 pm #16021

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.

Neil Aug 18, 2021 · 6:36 pm #16022

Thanks Andrew, that hasn’t worked unfortunately

Neil Aug 18, 2021 · 6:39 pm #16023

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

Neil Aug 18, 2021 · 8:04 pm #16024

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

Andrew Misplon Puro Aug 19, 2021 · 9:02 am #16025

Hi Neil

Sure. You can try:

.bottom-bar-menu .menu li a:before {
    font-size: 20px !important;
}
Neil Aug 19, 2021 · 12:05 pm #16026

Thanks, that did the trick!

Andrew Misplon Puro Aug 19, 2021 · 3:39 pm #16027

Glad that helped 🙂 Cheers.

8 posts
Closed This topic is closed to new replies. Still stuck? Start a new topic in Ultra Theme.