Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1022289
    salvihomesltd
    Participant

    How can I remove the bottom white bar/border from all my pages?

    It’s causing a scrollbar when a scrollbar should not be needed.

    Please see the attached screenshot. Thnx!

    #1022291
    salvihomesltd
    Participant

    Sorry, forgot to add that we are using Integrity.

    #1022538
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1022554
    salvihomesltd
    Participant

    Sorry! Here it is: http://mysavona.ca

    #1022831
    Joao
    Moderator

    Hi There

    Please add the following code to your Appereance / Customizer / Custom / CSS

    
    .x-slider-container below {
    
    border: 0;
    
    }

    Hope that helps,

    Joao

    #1022920
    salvihomesltd
    Participant

    Unfortunately, it did not work. 🙁

    #1023355
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please try using following CSS:

    .x-slider-container.below {
        border-bottom: 0 !important;
        overflow: hidden;
    }

    Let us know how it goes.

    Thanks.

    #1024259
    salvihomesltd
    Participant

    Ahh there we go. It works if I enter it on each page in cornerstones. Is there a way to do this globally?

    #1024666
    Joao
    Moderator

    Hi There,

    You can add the code at Appereance / Customizer / Custom / CSS

    Hope that helps,

    Joao

    #1024749
    salvihomesltd
    Participant

    That does not work. 🙁

    It’s ok though, we can just add the code to each pages CSS in Cornerstone.

    Thanks for the help!

    #1025325
    Friech
    Moderator

    Hi There,

    That code should affect all the pages that has a feature slider below the masthead. Would you mind checking your whole custom css in customizer here? and address all the errors. (you can ignore the warnings).

    Thanks.

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