Dear Support Team
Could tell me how i can get rid of the lines between the page-links in the menu widget?
here the link:
Hey mirotck,
The top menu? Add this to quick css:
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text{
border-left:none!important;
}
Best regards,
Jordan Shannon
No, the Menu widget in the left side bar.
Hi,
Thanks for clarifying, add this to quick css:
#top .content .flex_column .widget_nav_menu li{
border-bottom:0px!important;
}
#top .content .flex_column .widget_nav_menu li:first-child{
border-top:none!important;
}
Best regards,
Jordan Shannon