How can I hide the subtotal in the mini cart off canvas display

This topic has 7 replies, 2 voices, and was last updated 2 years, 2 months ago ago by mariangio

  • Avatar: mariangio
    mariangio
    Participant
    March 5, 2022 at 12:40

    Hi. I would like to hide the subtotal in the mini cart off canvas display. Could you please tell me how to do so?
    Thank
    Marianna

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2022 at 13:16

    Hello,

    Try to use the next custom CSS code:

    .et-off-canvas .cart-popup-footer .total {
        display: none;
    }

    Regards

    Avatar: mariangio
    mariangio
    Participant
    March 5, 2022 at 15:21

    Thanks. I have added on the CSS and when I am on customise, I cannot see the subtotal. But when we are outside (in a incognito page and caches delete), I can still the total.
    Can you still see the total on the mini-cart?
    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2022 at 16:01

    Hello,

    Add !important;https://gyazo.com/99a682f03934af1fd4b9fa84c90e3fdd

    Regards

    Avatar: mariangio
    mariangio
    Participant
    March 5, 2022 at 16:17

    Thanks. I have added !important but still showing. Can you help? Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2022 at 16:47

    The code was added incorrectly – https://prnt.sc/MHWDyTF2K98V
    Please check

    .et-off-canvas .cart-popup-footer .total {
        display: none !important;
    }

    Regards

    Avatar: mariangio
    mariangio
    Participant
    March 6, 2022 at 11:38

    Sorry. It was my mistake. Thanks for your help. All good now.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘How can I hide the subtotal in the mini cart off canvas display’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.