Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #887118
    bperry420
    Participant

    WordPress 4.5
    Activated X Child Theme: Version: 1.0.0
    X theme: 4.4.2
    Cornerstone: 1.2.4

    My website is http://www.landworksindustries.com
    There is a white border on widget #4 in the footer.

    I have used the following css code which removed most of the white borders except for one.

    .x-colophon.top a
    {
    border: none !important;
    color: #55acee!important;
    }

    .x-colophon.top a:hover
    {
    color:#ffffff!important;
    border: none !important;
    }

    .x-colophon .widget ul li
    {
    border-top: 0;
    border: none !important;
    background-color: rgb(44, 62, 80);
    }

    #887582
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To remove it, you can add this under Custom > CSS in the Customizer.

    
    .x-colophon.top .widget_recent_entries .widget ul {
        border:0;
    }
    

    Hope that helps.

    #888371
    bperry420
    Participant

    unfortunately, that did not fix the problem.

    #889130
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    .x-colophon.top .widget_recent_entries .widget ul {
        border:0 !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #896627
    bperry420
    Participant

    Neither one of those fixes worked. There is still one white line showing in widget #4 in the footer.

    #897340
    Christopher
    Moderator

    Hi there,

    Please add this :

    .widget ul, .widget ol {
        margin-left: 0;
        border-top: none;
    }

    Hope it helps.

    #897931
    bperry420
    Participant

    That did the trick, thank you!

    #898407
    Paul R
    Moderator

    You’re welcome! 🙂

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