Home Forums WoodMart support forum Missing icons from external sources Reply To: Missing icons from external sources

#182385

Hello,

I saw the screenshot you attached. You need to use the following CSS to add an icon to that place in the Global Custom CSS area under Theme Settings.

.woodmart-woocommerce-layered-nav .layered-nav-link::after {
content: "\f00d";
font-family: "fontawesome" !important;
}

Best Regards.