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 4 replies, 2 voices, and was last updated 1 hours, 31 minutes ago ago by Nicola
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?
You must be logged in to reply to this topic.Log in/Sign up