Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #519402

    Hello

    is it possible to hide just the Add to cart button and product amount from variable product page? I’d like to display a contact form instead of Add to cart button and I’d like to use the rest of variable product functionality, such as variants, short description, unique SKUs and different prices.

    I’m already using this CSS code to hide the Add to cart button

    form.cart {
        margin-bottom: 24px;
        overflow: hidden;
        display: none;
    }

    Thank you

    #519447

    Hi milanissimo85!

    Send us a link to one of these products and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    #519469

    Hello

    The link to the variable product is in the private content.

    I tried to hide the buttons with via this:

    div.variations_button {
        overflow: hidden;
        width: 100%;
        display: none;
    }

    But it only works in Firefox developer tools. As soon as I put it into Quick CSS, the buttons are there again.

    Thank you

    #519516

    Hi!

    Try this out.

    .variations_button {
        display: none !important;
    }

    Best regards,
    Elliott

    #519578

    It’s working, thank you!

    #519590

    Hi!

    Glad you got it short out!
    Let us know if we could help with any other way :)

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide add to cart button on variable product page’ is closed to new replies.