Sign up now
Sign In
Discover
Pricing
Help
@amit how can I change (or eliminate) the background colors when scrolling the site?
@Gaby You can set this css html { background-color: transparent; }. Hope that helps.
html { background-color: transparent; }
@amit that did it! thank you 🙏