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

    (@mcguive7)

    Hi there,

    This plugin doesn’t include any extra color styling for the icons, however you could easily write your own CSS and apply classes as needed. For example, you could add the following CSS somewhere in your theme or a custom plugin:

    .fa-red {color: red;}

    And then add the class to your shortcode like so (note that the “class” values all get fa- prepended to them automatically:

    [icon name="flag" class="red"]

    • This reply was modified 8 years, 1 month ago by Mickey Kay.

    Hi, I just left a 5 star rating for this plugin because I think it is great.
    Please consider adding (if possible) a shortcode parameter eg called color that allows setting the color without needing to add eg .fa-red {color: red;} to a stylesheet.

    Thread Starter PrajwalDesai

    (@prajwaldesai)

    @mcguive7 – Please add the functionality/option to choose the color of icon. That would make this plugin really awesome.

    it is easy, you just select the code, for example [icon name=”exclamation-triangle”] and in the menu you choose Text color what you want.

    Plugin Author Mickey Kay

    (@mcguive7)

    Is there a reason that ericp20’s suggested solution doesn’t work for anyone? I’m curious if this solves your requests.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Color icons’ is closed to new replies.