Hi, how can I increase the font size of the text in the checkout area? Unfortunately I can’t find the settings for this. See screenshot as an example. Kind regards, Nicola
This topic has 5 replies, 2 voices, and was last updated 4 days ago ago by Alex Carter
Hi, how can I increase the font size of the text in the checkout area? Unfortunately I can’t find the settings for this. See screenshot as an example. Kind regards, Nicola
Hello Nicola,
Thank you for reaching out to us.
You can increase the font size of the text in the checkout area by adding custom CSS code:
.wc-block-components-checkout-step__description{
font-size: 18px;
}
.wc-block-components-checkbox label {
font-size: 18px;
}
Please try this and let me know if it works for you.
Best regards,
8Theme’s Team
Hi, Unfortunately, that didn’t work. The font size has not changed.
I have also noticed that my checkout area is now displayed in English and no longer in German, as it was this morning. How can I change this back?
Hello Nicola,
1/ https://prnt.sc/txAyotrm3Ija
2/ Please try to recall the specific actions you took before the translation stopped working. Kindly note that we did not make any changes to your website during that period, so the issue is not related to our actions.
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up