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

About the price text

Home / Forums / Kadence Theme / About the price text

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
November 1, 2025 at 2:45 am

Hello,
I don’t want the “Add to cart” button to appear when I enter a price for a product in my theme. In my forum search, I found the following two different CSS codes and applied them. The “Add to cart” button disappeared in the mobile theme, but it still appears in the desktop theme. Could you please help me with this active issue?

.product_item .kad_add_to_cart {
display: none;
}


@media
(max-width: 767px) {
.woocommerce ul.products li.product .product-action-wrap {
display: none;
}
}

  • The topic ‘About the price text’ is closed to new replies.