Home Forums WoodMart support forum Change product variation icon size

Change product variation icon size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57695

    Cory
    Participant

    Hi there, I’m wondering if it is possible to increase the size of the variation selection icons on the product page, I’d like these to be twice as large (see reference image)

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

    Hello,

    Please try this CSS:

    .swatches-select .colored-swatch, .swatches-select .image-swatch {
        width: 45px;
        height: 45px;
    }

    Add this CSS to Theme Settings > Custom CSS, change the values as per your needs.

    Best Regards

    #57956

    Cory
    Participant

    This worked, thank you so much Elise

    #58020

    You are welcome. If you have any questions feel free to contact us.

    Best Regards

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