Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Hide “add to cart” on shop page?

Home / Forums / Kadence Theme / Hide “add to cart” on shop page?

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
January 25, 2022 at 3:04 am

Hi

I’m trying to remove the “Add to cart” text/button on the Woocommerce shop page (product catalogue).

Specifically on the mobile layout.

I have used CSS found in the forums used before, but it does not seem to work for me. (I am using the shopping theme).

Any idea how to adjust?

I have tried these two (I am using two column layout in mobile):


.shopcolumn2 .product_item .kad_add_to_cart {
display:none;
}

.product_item .kad_add_to_cart {
display:none !important;
}

Best regards
Fredrik

  • The forum ‘Kadence Theme’ is closed to new topics and replies.