Tagged: 

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

    Hello,

    I want to change the scroll to top icon so that it shows immediately, that means right at the top immediately after loading the page. How can I do this?

    Thanks a lot!
    Greatings!

    #1072427

    Hey digitalbehh,

    Thank you for contacting us.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    #top #scroll-top-link{
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }
    
    
    
    

    Best regards,
    Vinay

    #1072566

    Thank you!
    That helped me a lot!

    • This reply was modified 5 years, 8 months ago by digitalbehh.
    #1073546

    Hi,

    Great, I’m glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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