'To top' button not turning off on mobile

Posted in: Newspaper
Post count: 109

Hi! Can you help me figure out why the button keeps showing on mobile?

https://nimb.ws/G1zphN
https://nimb.ws/mIVLaG

https://cangurunews.com.br/insonia-infantil-quais-sao-as-causas-e-como-tratar/

Thanks!

Post count: 27744

Hi,

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

Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.

Thank you!

Post count: 109

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.