Personalized checkout and custom promotions with Shopify Scripts
hi, my website is www.infinitewonder.co.uk & I'd like the About Us page font changing to be the same as the rest of my website body. I'd also like the font to be a similar size to the 'quick links' font size at the bottom of the page. Please help 🙂 TIA
Solved! Go to the solution
This is an accepted solution.
Hi @amileazoe
To change the font size. Check this one.
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
font-size: calc(var(--font-heading-scale)* 4rem) !important;
}
.rte span {
font-size: calc(var(--font-heading-scale)* 1.8rem) !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @amileazoe
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.rte.scroll-trigger.animate--slide-in * {
font-family: 'Quattrocento Sans' !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @amileazoe
To change the font size. Check this one.
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
font-size: calc(var(--font-heading-scale)* 4rem) !important;
}
.rte span {
font-size: calc(var(--font-heading-scale)* 1.8rem) !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @amileazoe
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
span {
font-size: 28px !important;
}
Result
Best,
Liz
Hi @amileazoe
{% style %}
{% if canonical_url == "https://id0et1-1k.myshopify.com/collections/all" %}
h1.main-page-title.page-title {
font-size: calc(var(--font-heading-scale)* 1.6rem) !important;
}
{% endif %}
{% endstyle %}
thêm trước </head>
Here is the result:
I hope this helps
Best,
Daisy
Hi @amileazoe
Please help me, remove this line, it's wrong.
https://prnt.sc/Yd1o0qKLcl_Y
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025