The client has asked why the “Back to Top” icon on the desktop does not appear in the mobile version. Is there a way to make this appear on mobile as well?
Hey jeffersonh,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#scroll-top-link {
display:block!important;
}
Best regards,
Vinay
Thanks, that works.