December 25, 2020 at 12:01 am
#10035485
Keymaster
Hello,
To make it work as our preview site you just need to upload the files to your server (FTP), or just run that in a localserver (localhost).
* Try to upload your site to your server and you will see it works exactly like our preview.
It’s required because of the svg icons:
<img width="60" src="img/demos/law-firm-2/icons/icon-group.svg" alt="" data-icon data-plugin-options="{'onlySVG': true, 'extraClass': 'svg-fill-color-primary mt-2 mb-4 pb-3'}" />
As an alternative you can just replace those icons with images, for example (replace all svg icons from that carousel with this):
<img width="60" src="https://via.placeholder.com/60" alt="" class="mt-2 mb-4 pb-3 img-fluid w-auto m-auto" />
Let me know if you have any questions.
Kind Regards,
Jonas