Home Forums WoodMart support forum Font Awesome not loading

Font Awesome not loading

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #650089

    edycreative
    Participant

    Hi,

    After the last updates with the theme and wpbakery I noticed that the font awesome codes from sticky menu are no longer loading. They were set using version 5 font awesome.

    In performance – Font Awesome library is set to always.
    Tried Generate CSS in woodmart

    Can you please help, thank you.

    #650349

    Luke Nielsen
    Member

    Hello,

    Paste the code below in the fucntions.php file in your child theme.

    add_action( 'wp_enqueue_scripts', function () {
    	wp_enqueue_style( 'vc_font_awesome_6' );
    }, 10000 );

    Clear the cache and recheck the issue.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)