Remove some text from quantity cart element on a specific product

This topic has 5 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Niddy

  • Avatar: Niddy
    Niddy
    Participant
    January 5, 2023 at 12:05

    Hi

    Please see private for login and image showing what I mean – thanks for any help.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2023 at 14:57

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS > Global:

    @media only screen and (max-width: 600px) {
        .single-product-builder .et_product-block form.cart .quantity-wrapper:before {
            display:none;
        }
    }

    Regards

    Avatar: Niddy
    Niddy
    Participant
    January 5, 2023 at 15:08

    Awesome thank you. Perfect.

    Last one – how to align left – I guess I need to change display from flex to block but don’t want to mess everything else up.

    See private for image once css used.

    Thanks again 🙂

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2023 at 16:11

    You’re welcome!
    Delete
    justify-content: center !important;
    https://prnt.sc/23pWiCF1ZyCw

    Regards

    Avatar: Niddy
    Niddy
    Participant
    January 13, 2023 at 11:18

    Thanks ever so much – you guys are the best!

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

The issue related to '‘Remove some text from quantity cart element on a specific product’' 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.