Home › Forums › WoodMart support forum › How to change the size › Reply To: How to change the size
November 6, 2020 at 7:41 am
#239305
Aizaz Imtiaz Awan
Keymaster
Hello,
Category sizes are the same by default.
For the Shop Title font-size try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.title-size-default .entry-title {
font-size: 68px;
}
For the categories, icons try adding the following Custom CSS.
.category-nav-link .category-icon {
max-height: 40px;
}
And the images in the page title are set to display as cover. If you are trying to ask anything else then please provide some relevant screenshots of the specific area to check it myself and help you out accordingly.
Best Regards.