Sidebar submenu in same styling as main navigation

Viewing 3 posts - 1 through 3 (of 3 total)
  • #20602
    bo-oz
    Participant

    Is there someway to achieve the same styling as the main menu, when I include a custom menu in a custom sidebar?

    #20603
    bo-oz
    Participant

    Ok, styled it myself by copying the styles from the light menu. Any ideas on how to get the icon in front of the menu items as well?

    h3.widget-title { border-bottom: 1px solid #eee; padding:6px 20px; color:#555; font-size:15px; font-weight:600; margin:0; margin-bottom:5px;}
    ul.menu li a { font-weight:300; font-size:15px; color:#444; padding:6px 20px; display:block;}
    ul.menu, ul.menu li { margin:0;}
    ul.menu li a:hover { color:#428bca; background: #f9f9f9;}
    ul.menu li.current-menu-item a { background-color: #337ab7; color:#FFF}
    #20874
    Daniel Tara
    Keymaster

    You need a custom walker to enable the icons and that requires that you manually rewrite the widget.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.