Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    This is not something we can change, as you mention it’s in an iFrame (coming directly from Square). I would recommend changing the parent element font size to something smaller. That will change the computed size of the font, as em is only a relative term to the parent element font size (in this case, it is 1.3x the parent size).

    I can’t offer a specific recommendation on where to change this, as you did not include a link to your site in the post here.

    If you change the font size of the element containing the iframe, the size will decrease.

    Have a great one.

    Thread Starter yitziii

    (@yitziii)

    yes the website is https://prepstartlifestyles.com/

    Please advise. Thanks!

    Thread Starter yitziii

    (@yitziii)

    We are getthing this from square and they are telling us that woocommerce actually has the rights to fix this issue please look here

    https://developer.squareup.com/forums/t/issue-with-woocommerce-and-square/271/4

    Developers have the ability to customize the iframe via Javascript and CSS attributes. Since WooCommerce implemented this, they added these attributes (such as font size, background color, etc). Any application has the ability to edit these within their own application, Square doesn’t force applications to have the same font size. For more information about styling, take a look here: https://developer.squareup.com/docs/payment-form/cookbook/customize-form-styles

    Please advise.

    Thread Starter yitziii

    (@yitziii)

    we have received this response from the author of the theme.

    Hello,

    I have tried to change the font-size for the parent element over the iframe but did not see any changes for the input fields. So, don’t think that it works. Anyway, wait for the answer from the plugin author. We are theme support and we are able to help you with questions related strictly to our theme, issues related to third-party plugins are outside the scope of our support.

    Both Square and the author of the theme are point to woocommerce to make the change… i think that also make the most sense since the plugin is built by you only you can fix it.

    input[type="tel"] {
        font-size: 16px !important;
    }

    I was able to change the font size in my browser for your CC Input field with that code. Maybe you can get it to work.

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘HUGE ISSUE check out’ is closed to new replies.