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.
In 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.
1.Counter Animation (auto-detect numbers + suffix support)
Animate numbers smoothly as they scroll into view. Supports leading zeros, K/M/B suffixes, and tail text.Wrapper: data-counter(add this class to each number element).
<div class="counter-box data-counter">5K</div>
<div class="counter-box data-counter">3M Users</div>
<div class="counter-box data-counter">250K+</div>
<div class="counter-box data-counter">12B</div>
<div class="counter-box data-counter">1500</div>
2.Marquee Animation
Create a smooth, continuous marquee animation as content scrolls horizontally across the screen.Ideal for showcasing logos, partners, text, or brand assets with an infinite looping effect.
<div class="marquee">
<div class="marquee-inner">
<div class="marquee-part">Logo-1</div>
<div class="marquee-part">Logo-2</div>
<div class="marquee-part">Logo-3</div>
</div>
</div>
