Instructions

Client First

This template uses Client-first naming convention. Please check out the documentation for more information.

Webflow Tutorials

Check out in depth tutorial videos and documentation from Webflow University.

No Membership

The template pages, including Sign Up, Login, and Forgot Password, are manually added and do not fall under the Webflow membership feature.

Icon Embedded SVG Code

Most commonly used icons, such as social media icons, are implemented using embedded HTML SVG codes to easily manage it with size and colors. If you wish to change these icons, you can extract the SVG code from your design and replace the existing code in the HTML. For guidance on editing the embedded element in Webflow, please refer to this link. If you are using Figma, you can utilize the "Copy as SVG" option and paste the generated code into Webflow. To ensure proper functionality in terms of size and color, be sure to update and include the following values in the SVG code:

width="100%"
height="100%"
viewBox="0 0 48 48"
preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img"
fill="currentColor"