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

    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:

    #1089341

    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

    #1093994

    No, the Menu widget in the left side bar.

    #1094189

    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

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