Home Forums WoodMart support forum Change stripe payment form background color

Change stripe payment form background color

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #615065

    Willy Wonka
    Participant

    How can I change the stripe payment form background color or change this specific text color as it’s white on a white background the end user will not be able to read it

    Attachments:
    You must be logged in to view attached files.
    #615425

    Hung Pham
    Keymaster

    Hello Willy Wonka,

    Thanks for reaching to us and appriciate your patience.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #615585

    Willy Wonka
    Participant

    Here is it just add something to the cart and head over to the checkout : https://dragon4deals.com/checkout/

    #615586

    Willy Wonka
    Participant
    #615596

    Willy Wonka
    Participant

    I did find out how to change it thanks

    #615606

    Willy Wonka
    Participant

    do you know how to change the style of these radio buttons?

    Attachments:
    You must be logged in to view attached files.
    #615959

    Hung Pham
    Keymaster

    Hello Willy Wonka,

    Provide me with the mockup of the styles that you try to achieve and we’ll send proper instructions if it’s possible.

    Regards,

    #616316

    Willy Wonka
    Participant

    Something like these

    Attachments:
    You must be logged in to view attached files.
    #616611

    Hung Pham
    Keymaster

    Hello Willy Wonka,

    It requires login to process the checkout. To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #616859

    Willy Wonka
    Participant

    Just added the temp login information

    #617435

    Hung Pham
    Keymaster

    Hello Willy Wonka,

    Thanks for your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    input[type=radio]{
      appearance: none;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background-clip: content-box;
      border: 1px solid #fff;
      background-color: transparent;
    }
    
    input[type="radio"]:checked {
      background-color: #fff;
      padding: 2px;
      border: 1px solid #fff;
    }

    Regards,

    #625834

    Willy Wonka
    Participant

    Thanks for the help

Viewing 12 posts - 1 through 12 (of 12 total)