Hello
Im trying to change the size of an icon. I'm not having any luck. Atm its very small
[icon type="icon-attention" color="#f9f9f9"]
this is the shortcode I'm using. but not sure how to add a size option
Hi,
Instead of the shortcode, please, use the following HTML tag:
<i class="icon-attention" style="font-size:30px; color: #f9f9f9;"></i>
Thanks
thanks
Comments
Hi,
Instead of the shortcode, please, use the following HTML tag:
Thanks
thanks