Hi, is it possible to show the scroll-to-top icon in responsive mode (on smartphones)? I can’t find the way to turn it on (or off, for example in desktop mode).
Hi,
Thanks for contacting us!
Please see – https://kriesi.at/documentation/enfold/footer/#display-scroll-to-top-button-mobile :)
If you would like to hide it on desktop, you can use following code
@media only screen and (min-width: 990px) {
#scroll-top-link {
display: none !important;
}}
Best regards,
Yigit