Hi,
I want to remove the Scroll Back to Top button. Is there any way to do it?
Thank you and best regards
Hi,
I want to remove the Scroll Back to Top button. Is there any way to do it?
Thank you and best regards
Hi,
Please use the CSS below
.btntoTop.active {
opacity: 0;
}
Paste it in Appearance -> Customize -> Additonal CSS
Best Regards
Hi,
Many thanks for the prompt response. It worked!
Best regards
You are welcome 🙂