Home Forums WoodMart support forum Font Awesome style sheet is loading thrice Reply To: Font Awesome style sheet is loading thrice

#124434

Artem Temos
Keymaster

Hi,

You can remove the following line from the file functions.php file to remove our theme file. Unfortunately, we don’t have instructions on how to remove them from other plugins.

wp_enqueue_style( 'font-awesome-css', WOODMART_STYLES . '/font-awesome.min.css', array(), $version );

Regards