TALK TO US
{% set baseFontFamily = "" %} /* Add the font family you wish to use. You may need to import it above. */
{% set headerFontFamily = "" %} /* This affects only headers on the site. Add the font family you wish to use. You may need to import it above. */
{% color "melody" color="", export_to_template_context=True %} /* change your site's color here */
{% color "harmony" color="", export_to_template_context=True %} /* change your site's secondary color here */
{% set topHeaderColor = "" %} /* This color is solely used on the top bar of the website. */
{% set textColor = "#565656" %} /* This sets the universal color of dark text on the site */
{% set pageCenter = "1100px" %} /* This sets the width of the website */
{% set headerType = "static" %} /* To make this a fixed header, change the value to "fixed" - otherwise, set it to "static" */
{% set lightGreyColor = "#f7f7f7" %} /* This affects all grey background sections */
{% set baseFontWeight = "" %} /* More than likely, you will use one of these values (higher = bolder): 300, 400, 700, 900 */
{% set headerFontWeight = "" %} /* For Headers; More than likely, you will use one of these values (higher = bolder): 300, 400, 700, 900 */
{% set ctaImagePadding = "" %} /* If your image is not to sit on the bottom of the frame, change this value to "100px", otherwise keep it at 0 */
{% set buttonRadius = "" %} /* "0" for square edges, "10px" for rounded edges, "40px" for pill shape; This will change all buttons */