Home Forums WoodMart support forum categories displayed differently on desktop an mobil Reply To: categories displayed differently on desktop an mobil

#294643

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