Mini Cart Dropdown - by Schlee - on WordPress WooCommerce support

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

  • Avatar: Schlee
    Schlee
    Participant
    May 3, 2021 at 21:52

    Hi

    I have two issues in teh cart dropdown (see Screenshot)

    1. Why is the text cutted on the right side and there is now wrap? and how can I change the font size?

    2. How can I remove the “Warenkorb (1)” which shows how myn products are in the cart?

    https://paste.pics/345c35ac618b86978ef36b23b2b626df

    Thank you

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2021 at 11:45

    Hello

    You can set your header cart by going Dashboard > Theme Options > Header Builder > Cart and manage your cart setting according to your requirements. https://prnt.sc/12gzskk

    Robert Hall

    Avatar: Schlee
    Schlee
    Participant
    May 4, 2021 at 12:06

    Hi

    I don’t find any setting to hide the mentioned. Where can I hide it in those settings??

    Thanks

    Avatar: Schlee
    Schlee
    Participant
    May 4, 2021 at 15:31

    Hi

    I tried everything… but how can I delete number 2 in screen?

    and I didn’t find a way to wrap the text or make it smaller…?

    https://paste.pics/345c35ac618b86978ef36b23b2b626df

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 5, 2021 at 08:04

    Hello,

    1) Add the next code in Theme Options > Theme custom CSS:

    .cart-widget-products .product-title {
        padding-right: 0px !important;
    }
    .cart-widget-products li .product-title a {
        white-space: normal !important;
    }
    .header-main .cart-widget-products li a,
    .header-main .cart-widget-products p{
        font-size: 12px !important;
    }

    2)

    .et_element .cart-popup-footer .btn-view-cart {
        display: none;
    }

    Regards

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

The issue related to '‘Mini Cart Dropdown’' 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.