Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #707379

    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?

    #707410

    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

    #707421

    Thanks, that works.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"Back to Top" button does not appear on mobile’ is closed to new replies.