How to modify the attribute image size ?

This topic has 2 replies, 2 voices, and was last updated 5 days, 3 hours ago ago by Alex Carter

  • Avatar: yang qiaorun
    yang qiaorun
    Participant
    March 31, 2025 at 11:46

    Hello, dear team; I set the name and image in the product attributes, but the image size displayed on the front end is too small. How can I modify the attribute image size and display the attribute name above the corresponding image? Please see screenshot 1 and screenshot 2;

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Alex Carter
    Alex Carter
    Support staff
    March 31, 2025 at 12:48

    Hello,

    Thank you for reaching out to us.

    Please try to add this code in Theme Options > Theme custom CSS:

    .single-product form.cart table.variations td.value select {
        background-color: #0a0a0a;
        color: white;
        font-size: 16px;
    }
    .single-product form.cart table.variations th.label label,
    .single-product .single-product-size-guide span.et-element-label,
    .single-product .quantity .quantity-wrapper.type-simple input {
        color: black;
    }
    .single-product ul.st-swatch-size-large li.type-image {
        width: 60px;
        height: 60px;
    }

    Let me know if it works for you.

    If you need further assistance, feel free to ask—I’m happy to help!

    Warm Regards,
    The 8Theme Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.