Home Forums WoodMart support forum Widget Fonts Reply To: Widget Fonts

#213404

Hello,

I saw the screenshots you attached. To change the font size of the items you mentioned in the screenshot.

Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-woocommerce-layered-nav .layer-term-name {
font-size: 15px;
}
.widget_layered_nav ul li a {
font-size: 15px;
}

For the logo please provide a reference screenshot that you want to achieve to check it myself and help you out accordingly because the screenshot you added is not clear enough to understand what you actually require.

Best Regards.