Remove “Scroll Back to Top” Button
March 29, 2020 at 9:44 am
Hi,
I want to remove the Scroll Back to Top button. Is there any way to do it?
Thank you and best regards
Replies (3)
-
March 29, 2020 at 9:44 am
Hi,
I want to remove the Scroll Back to Top button. Is there any way to do it?
Thank you and best regards
-
March 30, 2020 at 3:52 am
Hi,
Please use the CSS below
.btntoTop.active {
opacity: 0;
}Paste it in Appearance -> Customize -> Additonal CSS
Best Regards
-
March 30, 2020 at 11:10 am
Hi,
Many thanks for the prompt response. It worked!
Best regards
-
March 31, 2020 at 3:04 am
You are welcome 🙂