Home › Forums › WoodMart support forum › enlarge the text size of category. › Reply To: enlarge the text size of category.
December 29, 2020 at 6:56 am
#254329
Aizaz Imtiaz Awan
Keymaster
Hello,
Sorry for the misunderstanding please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
This CSS is for the categories items:
.woodmart-archive-blog .widget_categories ul li a {
font-size: 15px;
}
This CSS is for the categories widget title:
div#categories-6 .widget-title {
font-size: 32px;
}
Best Regards.