Home Forums Basel support forum Removing 'Add to Cart' button without removing color swatches of product

Removing 'Add to Cart' button without removing color swatches of product

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15137

    micahkid
    Participant

    I’d like to know if this is possible as turning on Catalog mode or 3rd party plugin removes the swatch colors from the product page.

    #15143

    Artem Temos
    Keymaster

    Hi,

    Yes, Catalog mode option removes all shopping functionality including variations for products.

    Regards

    #15144

    micahkid
    Participant

    Right – I’m looking for a way to be able to remove the Add to Cart button without removing the color swatches associated with the products.

    Please let me know if it is possible to do this.

    #15145

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .single-product-content .single_variation_wrap {
        display:none;
    }
    #15146

    micahkid
    Participant

    Unfortunately the Add to Cart button is still there (I tried adding to Global/Desktop/etc)

    #15150

    Artem Temos
    Keymaster

    Try this one

    .single-product-content .single_variation_wrap {
        display:none!important;
    }
    #15152

    micahkid
    Participant

    This worked well, thank you Artem!

    #15154

    Artem Temos
    Keymaster

    You are welcome!

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