category in mobil presentation not ok, can't fix it
-
hi there, me again, we have troubles to optimize our shop categories for mobile devices. how can we do that? see screenshot attached.we don’t want all the details shown in the last row of products within a category. please help, christine
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product-grid-item .wd-add-btn.woodmart-add-btn {
display: none;
}
Best Regards