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

#182229

Hello,

You are Most Welcome.

I have added the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS and the icon is displayed.

.menu-opener .arrow-opener::after {
content: "\f107";
font-family: "fontawesome" !important;
}
.whb-color-dark .navigation-style-default .item-level-0 > a::after {
content: "\f107";
font-family: "fontawesome" !important;
}
.vertical-navigation .item-level-0.menu-item-has-children > a::after{
content: "\f105";
font-family: "fontawesome" !important;
}

Best Regards.