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>
Editing The Svgs
1. Select the Embed element with the SVG.
2. Click "Edit Code."
3. Modify SVG code (e.g., `fill`, `stroke`, `width`, `height`).
4. Save & Close.
5. Preview & Publish.