Home › Forums › WoodMart support forum › Assistance › Reply To: Assistance
June 22, 2020 at 11:25 am
#205344
Aizaz Imtiaz Awan
Keymaster
Hello,
1) To change the size of brand label in the product page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .woodmart-product-brand {
width: 150px;
}
You can set the width accordingly.
2) To Hide the post date from the blog. Please add the following Custom CSS.
.woodmart-entry-meta,
.woodmart-post-date {
display: none!important;
}
And for the image size please add the images of equal sizes then check back. Because the images don’t have the same sizes.
Best Regards.