Disabeling to-top-button?

Hello there,

is it possible to disable the to-top-button of the Shapely-Theme?

Best regards
Nagra

Hi there

Yes, its possible, please provide URL of the website and I will post CSS code to hide it

Regards

Sounds great!

Here it is:
https://sunsetglow.de/

Regards
Nagra

Hi Nagra

Add this css code in the Appearanc > Customize > Additionall CSS:

#to_top_scrollup {
    display: none !important;
}

Regards

Thanks, but that deactivates an additional to-top-plugin, that was already in use. Sorry, I forgot to tell you about it.
The theme based to-top-button is still visible.

My intention is to hide the to-top-button that comes with Shapely, cause it only shows up when you scroll all the way down and reach the footer.
Other to-top-plugins show up much earlier, which is more convenient for some visitors who donĀ“t want to scroll down an entire page to reach that button.

Regards
Nagra

Hi Nagra

Ok, in this case, use this code:

.bg-dark .back-to-top {
    display: none;
}

Regards

You are my hero :slightly_smiling_face:

Many thanks and
Regards
Nagra

Thanks :slight_smile:

Have a good day