thanks in advanced …
Can you provide a screenshot of an example of what you are trying to do? Are you talking about font awesome icons?
Like this:
Also I can’t find any easy way to add shadow.
I would say that whole button is an image?
You could just create a regular link with your image and text inside it. Give the link a class of ‘btn’ and ‘shadow’
1 Like
I'm not seeing any option to add an image into a link element either.
Just the Instagram logo is the image.
You likely have to use the DOM panel.
1 Like
Use an Anchor Button and style it accordingly.
eg:
<a href="" class="btn"> <img> </a>
2 Likes
Thank you both for the suggestions, I have opted to use a section element then using the code panel I changed the tags to div.