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
This topic has 6 replies, 3 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
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
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
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
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
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..
The issue related to '‘Strange text uppear just on mobile’' has been successfully resolved, and the topic is now closed for further responses