Hello,
Please help me. I want to change title font size to 18 and weight to bold for product category widget. What I have to put into quick CSS ? I just figured out how to change font size for category names but not the title (PRODUCT CATEGORIES). Thank you.
Hi miso00!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.widget_product_categories .widgettitle { font-size: 18px; font-weight: bold; }
Best regards,
Yigit
Thanks much.