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

    I’ve searched the forum a bit, but can’t find the exact info on how to do this. Would someone be able to let me know how to change or remove the background and borders that show on the active menu item in a menu for sub-pages that appears in the sidebar? I’ve included a reference link in the private content. Thanks!

    #713720

    Hey NicomIT!

    Can u show me a screenshot, I can not locate that at all.

    Thanks a lot

    Best regards,
    Basilis

    #713731

    Hi Basilis, are you able to see the page okay, but just not the background/borders in the menu? I think I was able to address it after making my post. I got rid of the background by removing the Alternate Background color value for menu hover, tables etc. in the theme options and removed the border with the CSS below:

    .sidebar .widget_nav_menu ul:first-child > .current-menu-item, .sidebar .widget_nav_menu ul:first-child > .current_page_item, .sidebar .widget_nav_menu ul:first-child > .current-menu-ancestor {
        box-shadow: none;
    }

    So I think I might be okay.

    #713869

    Hi,

    Great, glad you got it working and thanks for sharing your solution :-)

    We’ll keep the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

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