Home › Forums › WoodMart support forum › Change Product Design › Reply To: Change Product Design
September 12, 2018 at 8:17 am
#76781
Elise Noromit
Member
Hello,
1. Navigate to the Theme Settings > Shop > Product grid and find the option to set the space.
2. Theme Settings > Shop > Product labels you will find the option to set percentage.
3. Product title in grid: add this custom CSS to the Theme Settings > Custom CSS:
.product-grid-item .product-title a, .product-title a{
font-size:20px;
}
Product title on the product page:
.product-image-summary .entry-title{
font-size:20px;
}
Change font -size values as per your needs.
Best Regards