Can’t increase size of icons in Font Awesome

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.

Related posts

Leave a Reply

3 comments

  1. Try to use a different tag, maybe <li> or <span> or <small>.

    • Disable all your plugins (one at a time, or all at once).
    • Enable WP_DEBUG in your wp-config.php file.

    Does fa-lg or fa-2x classes work?

    One more thing I would recommend – launch up another browser.

    • Do you encounter the same problem?

    You could also use your same browser, just enable “stealth mode” or “private mode”.

    • The server could be delayed.
    • The cookies could be a problem…
  2. Could you please try example for camera icon

    <i class="fa fa-lg fa-camera-retro fa-lg"></i>
    

    You can replace the “fa-lg” with fa-2x, fa-3x, fa-4x, fa-5x to see how fit it is.