Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1028833
    ansmith
    Participant

    How can I remove the borders from the widgets? It would be great if you added functionality to control that and footer text rather than having to do it all by CSS.

    #1029203
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    .widget ul, .widget ol {
        border: 0 !important;
    }
    

    Thanks.

    #1030210
    ansmith
    Participant
    This reply has been marked as private.
    #1030524
    Joao
    Moderator

    Hi There,

    Please try adding the following code instead:

    
    .x-colophon.top, .x-colophon.bottom {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    Hope that helps,

    Joao

    #1031597
    ansmith
    Participant

    Sorry, that didn’t work either!

    Neil

    #1032179
    Thai
    Moderator

    Hi Neil,

    Please try with this CSS instead:

    .x-colophon.top .x-column .widget:before {
        display: none;
    }

    Hope it helps 🙂

    #1032413
    ansmith
    Participant

    Bingo! That did it, thanks!

    #1032514
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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