Product Category carousel
-
Guys, how can I make the category icons smaller?
Also would it be possible to have them as circles instead of rectangles?
Hello,
Please provide the URL of the page where you added the categories to check it myself and help you out accordingly.
Best Regards
Thanks in advance
Attachments:
You must be
logged in to view attached files.
Hello,
The category images are already circles. To change the size Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cat-design-alt img {
width: 100px;
height: 100px;
}
Note: Changing the size using CSS might affect the image quality.
Best Regards