Remove parentheses in cart total - by Jessy Espinosa

This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler

  • Avatar: Jessy_Espinosa
    Jessy Espinosa
    Participant
    June 18, 2020 at 20:45

    Hello, in the header section, in the cart total, this has (parentheses) and I want to remove the parenthesis. How can I do? Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2020 at 08:01

    Hello,

    Add this code in Theme options > Theme Custom CSS:

    .et_b_header-cart .et-cart-total-inner {
        font-size: 0;
    }
    .et_b_header-cart .et-cart-total-inner .woocommerce-Price-amount.amount {
        font-size: 14px; 
    }

    Regards

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

The issue related to '‘Remove parentheses in cart total’' 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.