Hi there,
What do I need to do if I want to create my own circle with one of the entypo font icons in the middle of it. Im using it in the layout editor.
Cheers
Andy
You can use the font icon shortcode and wrap it into a paragraph with rounded corners like:
<p style="border-radius: 20px; background: #333; height: 40px; line-height: 29px; float: left; padding: 10px;">
[av_font_icon color="#1e73be" icon="31" size="20px"]
</p>
great stuff
Thanks