Hi All
I’m currently building my website and don’t know how to reduce the font size of the titles on all (default) pages for my theme. They are huge compared to the text below (the text font size I can change).
It seems as if the code needs to be edited - maybe someone knows how to do that ?
URL: www. cleo-curates.com
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I’ll help.
.main-page-title {
font-size: 35px !important;
}
- Navigate to the ‘Edit Code’ option in your theme settings, then search for “base.css in the search bar.
Terence
2 Likes
You are welcome..
If you require further assistance, feel free to tag me when opening a new topic or send me a private message. I’ll be happy to help when I have time from my own software work.
Take care
Terence..
1 Like