[Resolved] Theme seller – Help for the cart page

Home Forums Support [Resolved] Theme seller – Help for the cart page

Home Forums Support Theme seller – Help for the cart page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2052321
    Jean

    Hello,

    1. I would like to delete :
    – column headings
    – the price column
    2021-12-17 18_49_22-Window.jpg

    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

    #2052339
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #2052357
    Jean

    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.

    #2052373
    Leo
    Staff
    Customer Support

    No problem at all!

    It’s difficult to differentiate between theme vs plugin when it comes to WooCommerce ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.