New Shopify Certification now available: Liquid Storefronts for Theme Developers

chanfe font of a written

Solved
Marco211
Explorer
62 0 16

Hi everyone, do you know how to make this writing smaller and in the center of the page (both on desktop and smartphone)? A thousand thanks

 

https://refade-8966.myshopify.com/products/prodotto-4

password: refade

Screenshot 2023-11-15 134936.png

Accepted Solutions (2)
topnewyork
Explorer
153 22 19

This is an accepted solution.

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find base.css file

 

 

h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 36px !important;
    text-align: center !important;
}

 

topnewyork_0-1700060027889.png

 

topnewyork_2-1700060080121.png

 

topnewyork_3-1700060118438.png

and paste this code on bottom

Need a Shopify developer?
Hire us at topnewyorkwebdesign.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Dan-From-Ryviu
Shopify Partner
5626 1036 1064

This is an accepted solution.

Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom and save the file

.collection__title h2.title { text-align: center; font-size: 34px !important; }

Screenshot_4.jpg

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 2 (2)
topnewyork
Explorer
153 22 19

This is an accepted solution.

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find base.css file

 

 

h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 36px !important;
    text-align: center !important;
}

 

topnewyork_0-1700060027889.png

 

topnewyork_2-1700060080121.png

 

topnewyork_3-1700060118438.png

and paste this code on bottom

Need a Shopify developer?
Hire us at topnewyorkwebdesign.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
Dan-From-Ryviu
Shopify Partner
5626 1036 1064

This is an accepted solution.

Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom and save the file

.collection__title h2.title { text-align: center; font-size: 34px !important; }

Screenshot_4.jpg

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now