Dear Kriesi team,
I browsed the forum and found some valuable clues regarding styling of a sidebar menu, but I am still struggling (as a beginner)… I hope you could help me out. I created a widget with a custom menu to be shown in the left side bar. See http://www.roelbreuls.nl/coaching/
This custom menu contains submenu’s like:
LEVEL ONE
level 2
level 3
level 3
level 3
level 2
What I would like to achieve is that
– LEVEL ONE gets a larger font
– level 3 has no bullets, a smaller font and italics
Is this easy to adjust or should I use a plug-in like Ubermenu to achieve this?
Thanks very much for your help!
Roel
Hi RBreuls!
You can use this CSS to target the different levels.
aside .menu > li > a { }
aside .menu > li > .sub-menu > li > a { }
aside .menu > li > .sub-menu .sub-menu > li > a { }
Regards,
Elliott
Hi Elliot,
Great, it works! Thanks very much for your help.
Regards, Roel