How to customize scroll to top button?

Posted in: Newspaper
Post count: 34

Hi. How to customize scroll to top button? i want scroll to top button on PC and Mobile have green color and transparent 50%
https://drive.google.com/open?id=1xAWNisWB3foOkrTfXR6ES1QgKus_6EcW

  • This topic was modified 8 years by homepgup.
Post count: 20688

Hi,

You could use some CSS to style the scroll button as you wish. The browser inspector is a powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example such a code will do the job, you can make modifications to it
https://www.screencast.com/t/qSqAV9S1e

.td-scroll-up {
background-color: green;
opacity: .5;
}

This code can be entered in Theme panel->Custom CSS section.

Thanks

Post count: 34

Thank you. great support

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