Tagged: borders, menu, navigation, sidebar
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!
Hey NicomIT!
Can u show me a screenshot, I can not locate that at all.
Thanks a lot
Best regards,
Basilis
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.