I have installed the Font Awesome plug in for WordPress to display icons, but I can’t increase the size of the icons! I’m not sure what I have missed or done wrong?
I paste this inside the Tiny MCE editor: <p><i class="fa fa-camera-retro fa-5x"></i> fa-camera-retro</p>
But I only get a small icon.
Try to use a different tag, maybe
<li>
or<span>
or<small>
.Does
fa-lg
orfa-2x
classes work?One more thing I would recommend – launch up another browser.
You could also use your same browser, just enable “stealth mode” or “private mode”.
try to put
<i>
inside<span>
tagfor eg –
Could you please try example for camera icon
You can replace the “fa-lg” with fa-2x, fa-3x, fa-4x, fa-5x to see how fit it is.