disable BACKTOTOP

Posted in: Newspaper
Post count: 224

Hi,

How do we disable the BACKTO TOP button on AMP pages?

Post count: 27744

Hi,

You can hide ToTop button on AMP pages using a Custom Code CSS
.td-scroll-up
{
display: none;
}

Thank you!

Post count: 224

worked after adding it to mobile theme custom code field

Post count: 27744

Hello,

I’m sorry I forgot to mention where the code should be set.

Thank you for your understanding!

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