• Resolved slovenia2024

    (@slovenia2024)


    Hello people, can someone help me with a problem on the website, it is evidently a bug that is only displayed on the Safari browser?
    That’s some problem with “add to cart” and “quantity box”. Safari shows the first 10 seconds everything as it should be, only suddenly the segment “-OR-” appears and the “Add to cart” button expands by several pixels from all sides.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Roxy

    (@roxannestoltz)

    Hi @slovenia2024 ,

    Thanks for reaching out!

    After checking your site, it appears that this is coming from the Stripe payment gateway, as seen in the screenshot below:

    I have come across a thread with a similar issue, here. Please see if the suggestions provided there help you in any way?

    If not, you can hide -OR- from being displayed by adding the following custom CSS to Appearance → Customize → Additional CSS:

    #wcpay-payment-request-button-separator {
        display: none !important;
    }
    
    #wcpay-payment-request-wrapper {
        display: none !important;
    }

    Cheers!

    Thread Starter slovenia2024

    (@slovenia2024)

    @roxannestoltz

    I have one more question, it’s about “ADD TO CARD” button… I type 3, 4 codes to change the color of that button and nothing happend, i tried to do that in elementor, and there is everything like in the code but nothing happend again. There is also an error, which is that the spacing line appears to be broken in half.

    Hi @slovenia2024

    If I understand you correctly, you would like to change the color of the Add to Cart button using a custom code, however, it is not working as expected, right?

    You can try to add the code below under Appearance > Additional CSS and change the color red to something else:

    .elementor-967 .elementor-element.elementor-element-29fd477c .cart button {
        background-color: red;
    }

    Output:

    There is also an error, which is that the spacing line appears to be broken in half.

    To better picture what you are referring to here, can you please share with us a clear screenshot of what you see on your end so that we could address you more effectively?

    If you don’t already have a screenshot service installed, you can try https://snipboard.io or https://skitch.com/. You can share the direct link to the image as a response to this topic.

    Hi there!

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with quanity box.’ is closed to new replies.