Home › Forums › WoodMart support forum › I wan to hide product images › Reply To: I wan to hide product images
January 18, 2024 at 7:43 am
#531015
Hung Pham
Keymaster
Hi akram.khan.sagar,
2. Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS to remove images:
.product.wd-product.product-list-item .product-element-top {
display: none;
}
Taking into consideration that mobile screen is limited in size, all the content is placed a block under the block.
It is not possible to customize it with CSS as devices are variable in sizes and one device would reflect it properly and another device may have a broken design.
3. The Custom CSS code prevents user from clicking on title to go to Single product page.
If you have any questions please feel free to contact us.
Regards,