• Resolved psopacua

    (@psopacua)


    Hi all,

    I am trying to only remove the “Add to cart” button from the listing page. I have seen in the docs and older versions of Blocksy it is possible to only remove the “Add to Cart” button and still show the price. I am trying to achieve this but the only option i have is “Hide Add to Cart and price” is there any possibility to only remove the add to cart button?

    Kindly regards,
    Pascal

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @psopacua

    Are you using the “Type 2” card design, by any chance?

    Thanks

    Thread Starter psopacua

    (@psopacua)

    Hi @cteduard,

    Correct i am using Type 2, like it more.

    Hello @psopacua

    Sadly, the type 2 design does not have an option to remove the button. You may be able to get some CSS implemented like this example snippet, but however this is an unsupported workflow and you may run into issues down the line.

    .ct-woo-card-actions .add_to_cart_button {
    	display: none;
    }

    Hope this clears everything up!

    Thanks.

    Thread Starter psopacua

    (@psopacua)

    Hello @cteduard,

    Thank you for your support, i known enough now.
    I will try do it the css way and remove the button and will do some testing to make sure it works the way i want.

    Kindly regards,

    Pascal

    Happy to help, @psopacua! ??

    Take care.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Add To Cart button on Listing’ is closed to new replies.