Hello,
1) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.single-product .product_title.entry-title {
font-size: 24px;
}
2) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product-grid-item .product-title {
font-size: 24px;
}
3) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-wishlist-btn {
display: none;
}
Best Regards.