• Resolved gbeen

    (@gbeen)


    Hi,

    In the woo checkout, the terms and conditions pop up box has an image background. It is the image that is at the top of the page, and the writing in the t&c can’t be read.

    I’ve tried everything to get rid of it, but can’t.

    If I change the image at the top, the new image appears in the t&c.

    Thanks a heap,

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @gbeen!

    I have worked through your checkout page now but am not seeing any T&C popup box on the checkout page. Have you disabled that feature? If not, could you please provide me with some steps to replicate the issue?

    Furthermore, by default, the core doesn’t have a popup on the T&C so I assume you are using a third-party plugin for that. Could you please tell me which one that is?

    Cheers!

    Thread Starter gbeen

    (@gbeen)

    Hi @rynald0s

    Cheers for responding.

    I had disabled it and added t and c as a page, but have just added the check box again.

    It now shows again in the checkout.

    No plugin as far as i’m aware, just woocommerce and I do have woocommerce for Stripe too. But definitely no plugin for a pop up

    Thanks,
    Greg

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @gbeen!

    Okay, you should be able to resolve that with the following CSS code for now:

    div.et_pb_section.et_pb_section_0 {
        background-image: none !important;
        color: black;
    }

    This CSS code can be added to the “Additional CSS” section in your customizer.

    Cheers@!

    Thread Starter gbeen

    (@gbeen)

    Hi @rynald0s

    No luck with that code- didn’t change at all.

    I’ve removed the box again for now, but if you had another suggestion that would be amazing

    G

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @gbeen!

    Strange. When I tested in on the browser for your site it was working fine. Can you please tell me how and where you added the code I provided?

    Cheers!

    Thread Starter gbeen

    (@gbeen)

    Hi @rynald0s

    I’ve tried again- both under divi- theme customiser and also divi-theme options.

    When entering it in theme customiser, it looks like it works, but then when you visit checkout normally the problem still persists.

    If there is a way to add a checkbox but just have the hyperlink send the user to the t and c page instead of opening up a pop-up box, this could work?

    Thanks for your help,

    G

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @gbeen!

    If there is a way to add a checkbox but just have the hyperlink send the user to the t and c page instead of opening up a pop-up box, this could work?

    See if this works:

    https://gist.github.com/rynaldos/4993f8515580601856d51fccf974f8de

    Cheers!

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy.

    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.

    Cheers!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Checkout terms and conditions have an image backgroud’ is closed to new replies.