Home Forums WoodMart support forum Attributes showing on my Product Gallery

Attributes showing on my Product Gallery

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #708341

    abbasayadtaha1
    Participant

    Hi,

    I’m experiencing an issue where the variation swatches are being displayed inside/over the product gallery image on the single product page.

    I want the swatches to appear only in the product summary area (near the “Add to Cart” section), not on the product image itself.

    I’ve checked the single product layout settings but couldn’t find the option to disable swatches in the gallery.

    Could you please guide me on how to disable swatches display inside the product image while keeping them active on the product page?

    Thank you.

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

    abbasayadtaha1
    Participant

    I used a custom css to remove it:
    /* Remove attribute labels from product gallery only */
    .single-product .woocommerce-product-gallery .product-label,
    .single-product .woocommerce-product-gallery .attribute-label {
    display: none !important;
    }

    #708377

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Products > Attributes > Edit the attribute itself and disable the Show attribute label on products option: https://postimg.cc/KRRc0fj0

    Best Regards,

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