Stop from adding "fa" to all CSS classes
-
When using the shortcode, the plugin appends “fa” to the beginning of the class if it doesn’t exist. For example, [icon name=”check” class=”lg”] becomes <i class=”fa-check fa-lg”> which is great. But it’s a problem for external classes. If I add [icon name=”check” class=”text-success”] from Bootstrap, it becomes <i class=”fa-check fa-text-success”> which isn’t helpful, because I need “text-success” as the class, not “fa-text-success”. Any ideas on how to fix this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Stop from adding "fa" to all CSS classes’ is closed to new replies.