This topic has 10 replies, 3 voices, and was last updated 7 years, 12 months ago ago by Jack Richardson
Hello
It looks like there are different font types at the numbers of my site. For example ‘1’ is completely different than ‘2’
Hello,
Could you please show a screenshot for better understanding?
Thank you.
Regards,
Eva Kemp.
Hello,
Please try to use this css code in Global Custom CSS section:
form .form-row input.input-text {
font-family: sans-serif;
}
Best regards,
Jack Richardson.
Hello
Thanks for the response I tried it but nothing changed. What else can I do because it’s really bad for the look of the site.
Thanks
Spiros
Hello,
As I see numbers are shown properly http://prntscr.com/dd4d9x .
Please specify where else you see the issue.
Best regards,
Jack Richardson.
Hello
In some places it is fixed but gennerally not, as you can see at the image here:
http://prntscr.com/ddk3u0
For example at the IBAN 7,3,9,4 are going down – 6,8 are going up and the others are in the middle.
How can I fix it?
Thanks for your help
Spiros
Hello,
Please also add this css code:
.order-review .shop_table td .amount, .woocommerce-order-received .woocommerce ul.order_details strong {
font-family: sans-serif;
}
Best regards,
Jack Richardson.
Hello
This was helpful we are one step closer. But still I have the same fonts in many places of the site. Why is this happening and where can I change these numbers globally in the site. It’s exactly the same numbers as in your site here.
Thanks
Spiros
Hello,
Please try this css code as well:
body {
font-family: sans-serif;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up