Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1218754
    bperry420
    Participant

    Hi,

    Can you please help me remove the 2 white lines in my sidebar?
    see attached screenshot.

    WordPress 4.6.1 running X – Child Theme.
    X Theme version: 4.6.4
    Cornerstone version: 1.3.3

    URL: http://theritualnoise.com/dj-events/

    I have already tried the following css code:

    .x-main .widget div>ul>li:last-child,
    .x-main .widget ul li,
    .x-main .widget ol li,
    .x-sidebar .widget ul li,
    .x-sidebar .widget ol li {
    border:0;
    }

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

    #1218880
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-sidebar .widget ul, .x-sidebar .widget ol {
      border-bottom: medium none;
    }

    Hope this helps.

    Cheers!

    #1219215
    bperry420
    Participant

    That got rid of the top line but the other line is still there.

    #1219217
    bperry420
    Participant
    #1219276
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

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

    Hope it helps 🙂

    #1219489
    bperry420
    Participant

    That worked! Thank you.

    #1219528
    Thai
    Moderator

    You’re most welcome 🙂

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