Strange text uppear just on mobile - by Le_Twins

This topic has 6 replies, 3 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow

  • Avatar: Stefano_flowbox
    Le_Twins
    Participant
    January 21, 2021 at 11:04

    Some strane text uppear next to the number selection of product, but just on mobile..

    See the photo here: https://drive.google.com/file/d/1ZnxknsXeu31YXixZLJ83XFkvIuQ2w-Fz/view?usp=sharing

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 21, 2021 at 11:21

    Hello,

    Try to ad the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:

    .single-product #wc-stripe-payment-request-button-separator {
        display: none !important;
    }

    Clear cache of your mobile browser before checking the result.

    Regards

    Avatar: Stefano_flowbox
    Le_Twins
    Participant
    January 21, 2021 at 11:31

    Ok,
    it works but still appear a black line near the Add to Cart button:

    https://drive.google.com/file/d/1nIdCnkdcl2haT1NOPB-8XQ1jF0PcTzdW/view?usp=sharing

    Kindly regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    January 21, 2021 at 13:26

    Hello,

    Replace the previous code with the following

    .single-product #wc-stripe-payment-request-button-separator, .single-product #wc-stripe-payment-request-wrapper {
        display: none !important;
    }

    Regards

    Avatar: Stefano_flowbox
    Le_Twins
    Participant
    January 22, 2021 at 00:17

    Perfect!

    It works very well,
    thank you so much!

    How do you check/inspect the mobile code? With classic inspector i couldn’t see that..

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    January 22, 2021 at 13:05

    Hello,

    I use the Chrome inspector and responsive tool https://prnt.sc/xfzq0k

    Regards

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

The issue related to '‘Strange text uppear just on mobile’' 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.