Forums
Home / Theme: TheShop / Category showing colour on them
(@freezuts)
7 years, 1 month ago
Hello my categories from the from page at the bottom has like a shadow on the them. How can I remove that? thank you
(@romanbon)
Hello @freezuts,
You can try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.
.cats-loop .product-category.product::after { display: none; }
Kind Regards, Roman.