FontAwesome 5 icons don’t appear on menu items
-
Hi,
For some reason at WoodmartVersion: 8.1.1 the FontAwesome 5 icons don’t appear currently on my main header menu on both desktop and mobile.
At theme settings -> Fonts & Icons -> Font Awesome library is set to “Always use”.
Could you please give me some further advice on this?
Regards,
Dimitris
Attachments:
You must be
logged in to view attached files.
Hello,
Is there any chance that you could give me access to the dashboard area so I can check the settings there?
Looking forward to collaborating with you!
Kind Regards
Hello Luke,
Please check at extra information the required details.
Waiting for your further reply.
Hello,
Add the code below into the functions.php file in your child theme:
add_action( 'wp_enqueue_scripts', function () {
wp_enqueue_style( 'vc_font_awesome_6' );
}, 10000 );
In the next update, it will be fixed.
Kind Regards
Thank you for the quick fix Luke!
Hello,
Always remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
The topic ‘FontAwesome 5 icons don’t appear on menu items’ is closed to new replies.