Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1317197

    Hi,

    1) I have enabled the Scroll Bottom Anchor but it hangs half off the bottom of the screen. I think it may be something to do with the slider positioning to the top of the transparent header?

    2) When this is clicked, it takes you too far down the page when it should anchor to the top of the first section

    3? Could I please have some custom css for the hover colour of the Scroll Bottom Anchor

    many thanks!

    #1317198
    This reply has been marked as private.
    #1317354
    Christian
    Moderator

    Hey there,

    1. This is because the masthead’s height was not taken into account. I inserted the masthead class in the Slider Fullscreen Height setting (see attachment).

    2. I’ve removed this code from your CSS

    .masthead {
    position:absolute;
    width:100%;
    }

    That is not compatible with this kind of setup without custom programming which is outside the scope of our support.

    3. Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-slider-scroll-bottom:hover {
        color: orange;
    }

    Thanks.

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