Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1054059

    Hi;
    Can I change the font size of all the input tag, text area in the check out page?
    Thanks

    #1054726

    Hey NHAT TAN,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1054846

    You can book a product here and have a look at check out page:

    Thanks.

    #1055550

    Hi ezvisa,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.woocommerce-checkout textarea, 
    #top.woocommerce-checkout input[type="text"], 
    #top.woocommerce-checkout input[type="email"] {
        font-size: 16px !important;
    }

    Just change the font size, hope this helps.

    Best regards,
    Nikko

    #1055589

    Thanks, Niko;
    I can see the input text is change but the input [type=”email”],input [type=”tel”] and the dropdown box is not change into size 16px.
    Can you help me, please?

    #1055885

    Hi ezvisa,

    Try replacing the code I gave you with:

    #top.woocommerce-checkout textarea,
    #top.woocommerce-checkout input[type="text"],
    #top.woocommerce-checkout input[type="email"],
    #top.woocommerce-checkout input[type="tel"],
    #top.woocommerce-checkout select {
        font-size: 16px !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1056521

    Thanks, Niko.
    I can fix it now. You can close the topic.

    #1056574

    Hi ezvisa,

    Glad to hear that :)
    Thanks again for using Enfold!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘The font size of input text woocommerce check out page is too small’ is closed to new replies.