Home › Forums › WoodMart support forum › How to add a store icon to show up in my header? › Reply To: How to add a store icon to show up in my header?
May 10, 2022 at 2:10 pm
#374590
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .fa-store:before {
content: "\f146";
font-family: "woodmart-font";
}
Best Regards