Archived topic
Theme seller - Help for the cart page
3 replies · Started by Jean on December 17, 2021
Hello,
1. I would like to delete :
- column headings
- the price column
https://www.screencast.com/t/Hkq4J1quRprH
2. I would like the mobile layout
- which currently looks like this : https://www.screencast.com/t/zdwE4c9g
- look more like this : https://www.screencast.com/t/6vEXHwbMz
Thanks for your help.
Jean
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 :)