Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054480
    sunship
    Participant

    Hi,

    Please tell me, what is this white band on top of the footer on some of my pages? How can I get rid of it? Thanks

    #1054482
    sunship
    Participant
    #1054579
    Rupok
    Member

    Hi there,

    Thanks for writing in! There is an empty paragraph text that’s causing the issue – http://prntscr.com/bjmiaz
    Let’s remove them. If you can’t find them, you can add this under Custom > CSS in the Customizer.

    p:empty {
      display: none;
    }

    Hope this helps.

    Cheers!

    #1054877
    sunship
    Participant

    I see, it was the mailmunch plugin form I was using. I deactivated the plugin and it’s gotten rid of the added paragraph.

    But… Please look at the bottom of the home page before the footer: http://kiermyer.com/new/

    What’s that white line? I’d like to get rid of it, or control the size of it.

    Thanks.

    #1055113
    Joao
    Moderator

    Hi There,

    Please place the code below at your Appereance Customizer Custom CSS

    .x-slider-container.below {
    border-bottom: 0px;
    }
    .x-colophon.top, .x-colophon.bottom {
    box-shadow: none;
    }

    Hope that helps,

    Joao

    #1069820
    sunship
    Participant

    Thanks!

    #1070078
    Christopher
    Moderator

    You’re welcome.

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