I have modified the way one of the menu items appears on the sidebar menu for all child pages within a given section. However on the active page for that menu item, I can’t for the life of me figure out how to remove the top and bottom borders for that active page’s menu item. Please see attached…
Hey lzevon,
It’s actually appears to be a box shadow. Add this to quick css:
.current_page_item{
box-shadow:none!important;
}
Best regards,
Jordan Shannon
OK, thanks. I tried that in one of the iterations. likely without !important. Thanks for solving this!