Home Forums WoodMart support forum How I can changes sticky navbar icons Reply To: How I can changes sticky navbar icons

#547867

Hello,

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.wd-sidebar-opener.wd-filter-icon>a:before {
 font-family: "woodmart-font";
 content: "\f134" !important;
}

Navigate to Theme Settings > Typography > Icons Fonts > check the icon and use as per your requirements.

Best Regards.