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?
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?
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.
Thanks Andrew, that hasn’t worked unfortunately
Apologies, refreshed and it’s working now, thanks!
Is there also a way to make the social icons bigger? They are located in the bottom bar on the right atthe moment.
Hi Neil
Sure. You can try:
.bottom-bar-menu .menu li a:before {
font-size: 20px !important;
}Thanks, that did the trick!
Glad that helped 🙂 Cheers.