Font size on About Us page

Solved

Font size on About Us page

amileazoe
Visitor
1 0 2

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

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

This is an accepted solution.

Hi @amileazoe 

To change the font size. Check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1740864560428.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6969 1879 2296

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:

Moeed_0-1740863241233.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10036 2386 3012

This is an accepted solution.

Hi @amileazoe 

To change the font size. Check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1740864560428.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

LizHoang
Shopify Partner
1250 158 196

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 

LizHoang_0-1740892655263.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

DaisyVo
Shopify Partner
4275 467 560

Hi @amileazoe 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Edit code > theme.liquid
  2. Add this code before the </head> 
{% 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: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4275 467 560

Hi @amileazoe 

Please help me, remove this line, it's wrong. 
https://prnt.sc/Yd1o0qKLcl_Y

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution