Instructions

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 update the CTA Images?

1. Select and edit the CTA component
2. Select the CTA Images component
3. Update the images on the right (#1, #2,...)

That's all :)