How To Change The Font Size Of A Page Title?

Solved
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)

Accepted Solutions
PageFly-Victor
Shopify Partner
7039 1470 2716

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

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now! 

View solution in original post

Replies 4 (4)
alozanx
Tourist
12 0 2

How can I make the text smaller?

3 Ale
PageFly-Victor
Shopify Partner
7039 1470 2716

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

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now! 

alozanx
Tourist
12 0 2

It worked, thank you so much 🤗

3 Ale
PageFly-Victor
Shopify Partner
7039 1470 2716

You are welcome @alozanx 😊

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now!