Home Forums WoodMart support forum variation image height

variation image height

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

    enarts
    Participant

    hello, as I mentioned in the picture, I want to increase the image height of the variation options.

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

    Hello,

    Please share the product page URL so I will give you the custom CSS code to increase the height of the variation images only.

    Best Regards.

    #414913

    enarts
    Participant

    informations

    #414971

    Hello,

    Please use the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-swatch {
        height: 70px !important;
    }

    In this CSS, you can change the value in px according to your choice.

    Best Regards

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