I wan to hide product images
-
Hello, have a good day. I have some problems. I want your help to solve it
Problems:
1. Shop page list view options is not work in mobile.
2. I want to hide or remove products photo from all my pages
3. When i click a product its redirect me to single product pages. I need to skip or remove this option
Hi akram.khan.sagar,
Thanks for reaching to us and appreciate your patience.
1. To assist you in the best possible manner, I kindly ask that you please include a screenshot that illustrates the problem in question.
2. So, you can remove Product Image and Product gallery images
3. Please add the following Custom CSS code in Theme Settings > Custom CSS > Global Custom CSS:
.product-grid-item .wd-entities-title a {
cursor: none;
}
Regards,
Hello,
Thank you for providing feedback. I just attached some screenshots as per your request, and I’m sorry to say that this code
(.product-grid-item .wd-entities-title a {
cursor: none;
})
does not hide or remove my shop page product image.
Attachments:
You must be
logged in to view attached files.
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,