Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #537557

    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

    #538425

    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

    #538556

    Hi Elliot,

    Great, it works! Thanks very much for your help.

    Regards, Roel

    #538981

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.