Site logo

Archived topic

Theme seller - Help for the cart page

3 replies · Started by Jean on December 17, 2021

Viewing posts 1–4 of 4

Hi Jean,

The checkout page layout is actually from WooCommerce plugin itself so the theme cannot control it.

1. This request is relatively simple so we can try this CSS:

.woocommerce-cart .woocommerce table.shop_table thead {
    display: none;
}
.woocommerce-cart .woocommerce table.shop_table .product-price {
    display: none;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

2. This request is more complicated and would require a custom solution so unfortunately we are unable to help with it here.
Please refer to this article:
https://generatepress.com/what-support-includes/

Thanks for your understanding :)

Thank you very much Leo. It works perfectly.
And sorry for my second question. I understand totally. I should have read the article about the scope of your support.

No problem at all!

It's difficult to differentiate between theme vs plugin when it comes to WooCommerce :)

This archived topic is closed to new replies.