Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #411325

    Where do I find the controls for the divider pipes for the automatic sidebar menu items? Is there also a way to put a color behind the “You Are Here” highlighted menu item?

    Thanks

    #411411

    Hi John!

    Do you have a link for the site in question please?

    Best regards,
    Rikard

    #411519
    #411844

    Hi!

    How would you like to style the dividers? Are you referring to breadcrumbs when you are saying “you are here”? What page are they active on?

    Regards,
    Rikard

    #412237

    Hi Rikard,

    I would like the horizontal divider lines to be darker and perhaps add a background shade behind the active link for the sidebar menu area.

    #413183

    Hey!

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.1) !important
    }
    

    adjust box-shadow’s opacity (“0.9”) as needed to make the lines darker or brighter. Adjust background’s opacity (“0.1”) as needed.

    Cheers!
    Andy

    • This reply was modified 9 years, 1 month ago by Andy.
    #413203

    Thanks!

    #413438

    Hey!

    Glad we could help :)

    Regards,
    Rikard

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