Home Forums Themes Support Pricom CSS doesn’t look good on checkout

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12314
    montino97
    Supported

    Hi,
    as you can see in the screenshot, when I try to pay with credit card those fields are not looking good, like they don’t have a style in CSS expecially the one of the theme.

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

    Hi,
    Thanks for contacting us and choosing our product!
    After checked your site we see you are using Stripe payment:
    https://prnt.sc/olZnHU4eerj5
    And it use iframe to display the form from another site.
    Please note we can’t control CSS from other site.
    So in this case the best solution we can provide is go to Appearance -> Customize -> Additional CSS & add this code:

    .wcpay-upe-element {
    	background: #fff!important;
      padding: 15px!important;
    }
    #payment .payment_methods li .payment_box.payment_method_woocommerce_payments fieldset {
    	padding: 10px!important;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.