Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #934920

    Hello,

    I can’t find how to set a to top button for mobile phones.

    Thank you!
    Christa

    #935149

    Hey CW,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive #scroll-top-link {
          display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #935157

    Thank you Victoria, works!
    Cheers,
    Christa

    #935224

    Hi Christa,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.