Tagged: x
-
AuthorPosts
-
January 5, 2017 at 5:47 am #1317197
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantHi,
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!
January 5, 2017 at 5:48 am #1317198
3b1a2f46-a516-40cf-beba-b611930e4819ParticipantThis reply has been marked as private.January 5, 2017 at 8:31 am #1317354
ChristianModeratorHey 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1317197 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
