Home › Forums › Jevelin Theme › Icon Menu
Home › Forums › Jevelin Theme › Icon Menu
Footer has a menu that has links with icons, however, the icons are not displaying. What is causing the issue?
Hi @xsp,
I hope you are well today and thank you for your question.
You can display it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-footer a.fa { font: normal normal normal 14px/1 FontAwesome !important; display: inline-block !important; }
Best regards,
Shufflehound team