Archived topic
Dokan Store Page is image-product redundant
3 replies · Started by trung on February 10, 2021
Hi GP.
I am use Dokan plugin to make an marketplace in my website. I use GP theme for it.
Almost things are ok, but there is a error: The Dokan Store Page has an image of recent product, the image is on the top of page, and it's redundant.
Link is here.
I think GP layout can solve it. Can you support me?
Hope to receive your response. Thanks.
Hi there,
We can remove the redundant image from display by adding this CSS:
body.dokan-store .inside-article .post-image {
display: none;
}
It works well. Thank you, Elvin.
Nice one. No problem. :D