Hi,
I want to reduce the size of the body text:
Any idea on how to reduce the size of the headings and body of the text everywhere on my website?
I’ve noticed that the font size is 1.6 rem in the base.css but I don’t know where exactly should I change the size to make this change permanent everywhere in the website and not only in a specific section, like the footer, header, etc…
I’ve also noticed that the font of the Menu, doesn’t have the same font of the headings/body. How can I change it to have the same font style?

Thank you in advance,
Hi @tigas31
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
@BSS-Commerce Sent you by private message.
Hi @tigas31
Please follow these steps:
1. Online Store → Themes → Edit code:

- Find the file base.css, add this code at the end of the file, and click Save:
body{
font-size: 1.4rem !important;
}
h2, h3 {
font-size: 1.4rem !important;
}
You will reduce the size of all text on the website. However, please note that adjusting the entire text may affect the text on mobile devices. So, you can consider it.
We hope that this can help you.
@BSS-Commerce Thank you! Can you check the 2nd part of the question? “I’ve also noticed that the font of the Menu, doesn’t have the same font of the headings/body. How can I change it to have the same font style?”
Hi @tigas31
Can you kindly specify which menu you want to change the font style (heading menu or footer menu)? If possible, please provide us with screenshots of the change you want. We will help check it for you.