Q: Custom CSS for Matrix Theme
Dear Dukaan Team,
I would appreciate it if you could provide a Custom CSS code for the matrix theme that will allow me to display "All categories: JACKETS, SHIRTS, SWEATERS, TRENDING, JEANS, SHIRTS & TOPS, COTTON, PERFUMES" within a circle design instead of a square box. Please see the attached image for reference. Even though I don't have a coding background, I still attempted to modify the theme using AI-generated code, but it didn't work out for me. So I need your help on this.
Image reference:
https://sinosend.com/w/T9vlwD8
Suumit_Rollout
Apr 10, 2025A: A border-radius of 50% to make the element circular.
For Matrix theme:
.categoryImg {
object-fit: cover !important;
border-radius: 50% !important;
}
Thank you very much, Dear.Summit, The above code works.
Image reference for Sumolings.
https://sinosend.com/w/l6UpNDv