Home Forums WoodMart support forum Product Category carousel

Product Category carousel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #377823

    [email protected]
    Participant

    Guys, how can I make the category icons smaller?

    #377825

    [email protected]
    Participant

    Also would it be possible to have them as circles instead of rectangles?

    #377928

    Hello,

    Please provide the URL of the page where you added the categories to check it myself and help you out accordingly.

    Best Regards

    #378143

    [email protected]
    Participant

    Thanks in advance.

    #378144

    [email protected]
    Participant

    Thanks in advance

    Attachments:
    You must be logged in to view attached files.
    #378375

    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

Viewing 6 posts - 1 through 6 (of 6 total)