Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1393493
    imageforyou
    Participant

    Hi,
    how can I also get rid of the “first line” in sidebar? Please see screenshot.

    I already pasted in this code in global custom css to remove all lines:

    .x-sidebar .widget.widget_pages .current_page_item, .x-sidebar .widget.widget_nav_menu .current-menu-item {
    border: 0;
    }

    .x-sidebar .widget ul li, .x-sidebar .widget ol li {
    border-top: 0;
    }

    .x-sidebar .widget>ul>li:last-child, .x-sidebar .widget>ol>li:last-child, .x-sidebar .widget div>ul>li:last-child, .x-sidebar .widget div>ol>li:last-child {
    border-bottom: 0;
    }
    body .x-sidebar .widget.widget_pages .current_page_item, body .x-sidebar .widget.widget_nav_menu .current-menu-item {
    border: none;
    }

    *** Hope you can help 🙂

    #1393537
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1394232
    imageforyou
    Participant
    This reply has been marked as private.
    #1394277
    Friech
    Moderator

    Hi There,

    Thank you for the URL, please add this on your Custom CSS on Customizer.

    .x-sidebar .widget ul, .x-sidebar .widget ol {
    	border-width: 0;
    }

    Hope it helps, Cheers!

    #1397379
    imageforyou
    Participant

    It works, thanks so much!!!!

    #1397503
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1393493 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>