Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Hey there,

    By default, Font Awesome doesn’t include any color styling options, however you could easily write some CSS and apply a color class to make that happen. For example:

    Shortcode
    [icon name="star" class="red"]

    CSS
    .red { color: #f00; }

    As for size, you can also go the CSS route, however Font Awesome does include styling classes like 2x and 3x, which you can see here: https://fortawesome.github.io/Font-Awesome/examples/

    Here’s an example of a 2x icon:
    [icon name="star" class="2x"]

    Plugin Author Mickey Kay

    (@mcguive7)

    Marking as resolved. Let me know if you need more help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how change size / color of an icon?’ is closed to new replies.