.avif)
This template utilizes the, allowing you to effortlessly modify all colors, which will be promptly updated across the entire site.
To adjust a color, navigate to the Variables panel, then choose the color you wish to modify.
SVG element colorIn
order to change the color of SVGs, Download .svg file from Assets and open it to any text editor. Change HEX color code with color of your choice and replace updated .svg file with the current file.
To adjust the font family, navigate to the Variables panel, then choose the font family you wish to modify.
If you want to change fonts, you can always go toSite Settings > Fonts.There, you will be able to upload custom fonts, use Google Fonts, or even connect your Adobe Fonts account.
Once you've uploaded a font fromSite Settings, navigate to the Variables panel, then choose the font family you uploaded.
The “Starter Page” template provides a solid foundation for building your pages. It includes a pre-designed header, footer, and a blank section with a container to help you get started quickly.
Duplicate the Starter Page and start editing or adding sections from other pages.
We'll be glad to help you out with your queries. Please contact us at theWebflow template support pageand you shall hear back very soon.
Duplicate the Starter Page and start editing or adding sections from other pages.
Add Animation
just apply Animation attribute or class like
Attribute-
fade-up="true", title-anim="true", text-anim="true"
Class-
team-card-toggle, code-line-number, auto-slider
Remove Animation
simply delete that attribute from the element.
Disable Animation
You can also disable animation completely by removing the GSAP intarection/script or commenting it out.
This script enables smooth scrolling across your website using the Lenis library.
A new Lenis instance is created to override the default browser scroll behavior.
The smooth option activates smooth scrolling.
The lerp value controls how smooth the scrolling feels (lower = smoother, higher = faster).
The wheelMultiplier adjusts scroll speed from the mouse wheel.
Infinite scrolling is disabled to keep normal page behavior.
An animation loop is created using requestAnimationFrame, which continuously updates the scroll position for smooth performance.
Make sure this script is added before the closing </body> tag so it runs properly on all pages.
f you do not want smooth scrolling:
Remove the entire Lenis script from your project (the <script> block).
Also remove the Lenis library file or CDN link if it has been added in your project settings.
Once removed, your website will return to the default browser scrolling behavior.