categories displayed differently on desktop an mobil
-
Hi there, I want my shop categories shown the same way as on desktop, but they are shown differently without the green box in which the name of the categroy is shown. Whats wrong with the theme? See the screenshots attached.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
It is the default behavior of the categories that they display the category title under the category on mobile. In your case, the title is not visible because the color of the text is white.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.product.category-grid-item .wd-entities-title, .product.category-grid-item.cat-design-replace-title .wd-entities-title {
color: black;
}
Then the titles will be visible under the categories.
Best Regards