Tagged: enfold, mobile, scroll to top, webshop
On my Computer I have a scroll to top button at the bottom of every page, when on a mobile its gone.
Can I add this to the child theme, so I also have a scroll to top button to simplify getting to the menu on mobile devices.
I just started using WP and built my site with Enfold theme and Child, including WooCommerce
Hey Dave,
Thanks for the link to your site, to show the scroll top button on mobile please add this css to Enfold Theme Options ▸ General Styling ▸ Quick CSS field
@media only screen and (max-width: 767px){
.responsive #top #scroll-top-link {
display: block;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Dave,
Thanks for contacting us!
Your website looks great :)
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
For future readers: Please refer to this post – https://kriesi.at/documentation/enfold/footer/#display-scroll-to-top-button-mobile
Regards,
Yigit