- This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by Andrew Misplon.
- AuthorPosts
- August 18, 2021 at 6:30 pm #16020
NeilParticipantHi, 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?
August 18, 2021 at 6:34 pm #16021
Andrew MisplonKeymasterHi 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.
August 18, 2021 at 6:36 pm #16022
NeilParticipantThanks Andrew, that hasn’t worked unfortunately
August 18, 2021 at 6:39 pm #16023
NeilParticipantApologies, refreshed and it’s working now, thanks!
August 18, 2021 at 8:04 pm #16024
NeilParticipantIs there also a way to make the social icons bigger? They are located in the bottom bar on the right atthe moment.
August 19, 2021 at 9:02 am #16025
Andrew MisplonKeymasterHi Neil
Sure. You can try:
.bottom-bar-menu .menu li a:before { font-size: 20px !important; }
August 19, 2021 at 12:05 pm #16026
NeilParticipantThanks, that did the trick!
August 19, 2021 at 3:39 pm #16027
Andrew MisplonKeymasterGlad that helped 🙂 Cheers.
- AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
The topic ‘Parent menu highlight’ is closed to new replies.