Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone,
I am just wondering if there is some code I can put somewhere to change text sizing on my website, especially the home page.
I can currently alter the body text to a reasonable size but am unable to change the headings to match.
Much appreciated.
Solved! Go to the solution
This is an accepted solution.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
.home__subtitle{
font-size: 24px;
}
.homepage-page__content p{
font-size: 18px !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
I am glad that my rsuggestion is helpful to you.
Best regards,
GemPages Support Team
Hello @armussett
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Thanks!
by-freer.myshopify.com
This is an accepted solution.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
.home__subtitle{
font-size: 24px;
}
.homepage-page__content p{
font-size: 18px !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Thanks a lot!
This is an accepted solution.
I am glad that my rsuggestion is helpful to you.
Best regards,
GemPages Support Team
can you please share your store url so i will check and let you know
Thanks!
by-freer.myshopify.com