Tagged: scroll to top
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!
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
Thank you!
That helped me a lot!