I
n
s
t
r
u
c
ti
on
s
Yes. We can help you!

Font smoothing

To make the font smoothing we have added this code below in the project settings "Head Code" section.

<style>
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>

How to change the Main/Hero Page Title

1. Click the Hero Text component
2. Click ⚙ icon top-right
3. Update the letters

Enjoy :)

How to change Nav button "shape" color

1. Click the Nav component
2. Click ⚙ icon top-right
3. Update the visibility of the colors. If the Hero section is with color, leave the button with its color, otherwise leave it white.

Enjoy :)