Home Forums WoodMart support forum Blank products in the shop page Reply To: Blank products in the shop page

#107541

Hello,

Thank you very much for choosing our theme and for contacting us.

1. Navigate to the Theme Settings > Shop > Product Styles > disable Masonry grid and Product Grid with different size;

2. You can change the location in the Theme Settings > Shop > Sidebar and Titles, also check the shop page settings.

3. Add this code to the Theme Settings > Custom CSS > Global

.blog-design-masonry.has-post-thumbnail .post-date {
display:none;
}
body .woodmart-post-date {
display:none;
}
.meta-author {
	display: none!important;
}

4. You can replace the element with WP Bakery icon

Best Regards