I want to change the scroll to top position on the newspaper theme.

Posted in: Newspaper
Post count: 2

Since I installed the GDPR Cookie Consent plugin Then it was a problem with the tab bar disabling scroll to top, causing a negative effect on visitors who didn’t want to hit the cookie acceptance button. Which I want to move the scroll to top position up, I don’t know how to fix

Post count: 27744

Hello,

You can change the scroll with custom CSS, this code you need to insert in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/4Bs8TJvsLN
The code is: => https://www.screencast.com/t/3aj7JQrCRX


.td-scroll-up 
{
  top: 50%;
}

You can change the percent on the element.

Hope this helps you!

Thank you!

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