Home Forums WoodMart support forum CHECKOUT PAGE FIELDS AND FOOTER TEXT VERY SMALL

CHECKOUT PAGE FIELDS AND FOOTER TEXT VERY SMALL

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #345235

    Adamyoung
    Participant

    Hello,
    i see that the fields are very small size so its not clearly what the client can fill there.
    also the same problem is that the text in the footer is also to small.
    i think in this whole template the text is little bit to small
    How to fix this please

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

    Hello,

    You can change the font size by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #346378

    Adamyoung
    Participant

    Thanks for the information.
    But when i fill this in by iphone it is oke But when i fill this in by a Samsung the adress let see for a small part???
    i will send you the screenshot if a client wants to fill in his adres

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 20px;
    }
    
    body input[type='email'],
    body input[type='date'], 
    body input[type='search'], 
    body input[type='number'], 
    body input[type='text'], 
    body input[type='tel'], 
    body input[type='url'], 
    body input[type='password'], 
    body textarea, 
    body select {
        font-size: 20px;
    
    }
    
    Change the size as per your needs 

    Best Regards

    #346694

    Adamyoung
    Participant

    Thanks i have put the code in the css and saw that the text is bigger but still the same problem.
    Because you see the text only HALF? and by input text there is a STRIPE in the middle?

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

    Hello,

    Please reduce the font size in the code, I have set this size just for demonstration.

    If you have any questions please feel free to contact us.

    Best Regards

    #347031

    Adamyoung
    Participant

    Thanks i have put the code in the css and saw that the text is bigger but still the same problem.
    Because you see the text only HALF? and by input text there is a STRIPE in the middle?

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

    Hello,

    Please advise what device you are checking from? I cannot catch the problem: https://gyazo.com/eb2308e60cecdfa9beb830b5d827bc65 and https://gyazo.com/a04201a4e04cbb50a3690c9420a5690c

    Best Regards

    #347423

    Adamyoung
    Participant

    The device where i get this complain is the Samsung mobile phones

    #347762

    Hello,

    Please provide the site admin access, insert the credentials into the Private content below the message area.

    Best Regards

    #347765

    Adamyoung
    Participant

    i have write the information below

    #347840

    Hello,

    Please add the shortcode by means of the special shortcode widget: https://gyazo.com/de362ff6b564001895eb81d708505a62

    Then check how it works.

    Best Regards

    #347844

    Adamyoung
    Participant

    Where is this exactly ?

    #347845

    Adamyoung
    Participant

    i have found this. Is this okay?

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

    Hello,

    Sorry, I have sent this suggestion by mistake.

    I will get back to you asap.

    Best Regards

    #347859

    Hello,

    You are using a custom font that is not supported by all browsers. We tired to change the font for the input and set one of the standard fonts, and it works correctly:

    https://prnt.sc/26j6hdf – Samsung browser + Custom font
    https://prnt.sc/26j6h8g – Samsung browser + “Arial” font

    WoodMart theme cannot influence the font support by browsers, we recommend using another font or at least settings one of the standard fonts for input.

    If you have any questions please feel free to contact us.

    Best Regards

    #347860

    Adamyoung
    Participant

    oh thanks where exactly can i change this font?

    #347922

    Hello,

    You can change the fonts in the Theme Settings > Typography. These settings are global

    You can also change the font of certain items by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

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