Hi,
I’m trying to change the menu sizes at various breakpoints and am frustratingly realizing that I cannot figure out how to isolate different menu items to change their font sizes.
I can change the overall menu font size (which changes the top menu and the submenu/dropdowns) and set a different size for the megamenu titles, but what I want to do is to set three distinct groups with different font sizes:
Can you please help me figure this out?
Thanks!
Hey vailjazz!
For group A and C you can do this in Dashboard > Enfold > Advanced Styling.
For the mega menu titles use this CSS.
.mega_menu_title { font-size: 16px !important; }
Cheers!
Elliott
Hi Elliott,
I actually need to do it through CSS (need to identify the appropriate CSS path for each element) so that I can set them to different sizes at different device breakpoints.
Like I said, I’ve had partial success with this but can’t seem to isolate each group on it’s own when I change the font size.
Thanks again!
Hey!
You can change the code to following one
#menu-item-35 .mega_menu_title { font-size: 16px !important; }
That would change the font size of mega menu titles under Support menu item. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit