How to modify the attribute image size ?

This topic has 3 replies, 3 voices, and was last updated 8 months, 2 weeks ago ago by Tony Rodriguez

  • 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.
    2 Answers
    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

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    April 6, 2025 at 05:38

    Dear yang qiaorun,

    In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?

    Click here to share your thoughts: https://themeforest.net/downloads

    Being part of our community means a lot, and your feedback contributes immensely.

    Best Regards,
    The 8Theme Team

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

The issue related to '‘How to modify the attribute image size ?’' has been successfully resolved, and the topic is now closed for further responses

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