Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221434
    Noellemena
    Participant

    Hey!

    I used this CSS on another site to hide all the grey lines in the sidebar but it is not working on this clients site.

    .x-sidebar .widget ul li, 
    .x-sidebar .widget ol li,
    .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: none;
    }

    I also have removed the grey from the titles.
    What am I missing this time?
    Site info below 🙂

    #1221436
    Noellemena
    Participant
    This reply has been marked as private.
    #1221881
    Friech
    Moderator

    Hi Noelle,

    Thanks for writing in! Please update your CSS code to this:

    .x-sidebar .widget ul,
    .x-sidebar .widget ol,
    .x-sidebar .widget ul li, 
    .x-sidebar .widget ol li,
    .x-sidebar .widget ul li a,
    .x-sidebar .widget ol li a,
    .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: none;
    }

    Hope it helps, Cheers!

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