Solved

How To Change The Font Size Of A Page Title?

alozanx
Tourist
12 0 2

Hey I'm using the Taste theme for my store. The problem is that page titles are too big and I want theme smaller, how can I do that with coding. I've seen som solutions but they said to go to  assets/theme.scss.liquid file but I'm unable to find that file. 

This is one of the pages from my website: https://n-ollie.com/pages/contact

 

 

3 Ale
Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3050

This is an accepted solution.

Hi @alozanx 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

h1.main-page-title.page-title.h0 {

    font-size: 30px;

}

PageFlyVictor_0-1670550702375.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

View solution in original post

Replies 6 (6)
alozanx
Tourist
12 0 2

How can I make the text smaller?

3 Ale

PageFly-Victor
Shopify Partner
7865 1785 3050

This is an accepted solution.

Hi @alozanx 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

h1.main-page-title.page-title.h0 {

    font-size: 30px;

}

PageFlyVictor_0-1670550702375.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

alozanx
Tourist
12 0 2

It worked, thank you so much 🤗

3 Ale
PageFly-Victor
Shopify Partner
7865 1785 3050

You are welcome @alozanx 😊

Divin3
New Member
9 0 0

Good job thank you

michellelholm
Tourist
19 0 2

Hi! I know its been a long time but this code worked perfect for me....so thanks! How do I make it centered on the page? it's left justified and I'd like it to be placed in the center. Thanks!