Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1133354
    webbymandala
    Participant

    i want remove gap and footer below revolution slider.
    only at this page http://hansprintplus.com/compro/
    so it exactly like the example from revolution slider.
    please see the attachment

    #1133515
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .page-id-239 .page .hentry .entry-wrap:last-child, .page-id-239 .x-colophon.top {
    display: none;
    }
    

    Hope it helps

    Joao

    #1137988
    webbymandala
    Participant

    Hi

    Okay, still have space below the slider.
    Have another solution?

    #1138043
    Paul R
    Moderator

    Hi,

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

    
    .page-id-239 .x-slider-container.below {
        border:0;
    }
    
    .page-id-239 .hentry .entry-wrap {
        padding:0;
    }
    

    Hope that helps.

    #1138074
    webbymandala
    Participant

    Hi,

    Works Great,
    thank you very much 🙂

    #1138099
    Paul R
    Moderator

    You’re welcome! 🙂

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