Happening now! Shopify Community AMA: Building a Marketing Budget with 2H Media | Ask your marketing budget questions now!

Make product title on mobile version smaller

Solved

Make product title on mobile version smaller

VinUp
Excursionist
50 0 13

Hi, i would like to make the product title on the mobile version smaller to about 2rem. How do i do this? 

My website is: https://vinup.nl/en/products/vinyl-record-rack

 

Many thanks

Accepted Solution (1)

Bundler-Manuel
Astronaut
838 43 98

This is an accepted solution.

Hi there @VinUp  

I suggest you follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

<style>
@media only screen and (max-width: 747px){
.product-grid .card__heading {
    font-size: 12px;
}
.product-grid .quick-add__submit {
    font-size: 10px;
}
#MainContent .product__title h1 {
    font-size: 18px!important;
}
}
</style>

Let me know if this works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

View solution in original post

Replies 7 (7)

Rahul_dhiman
Shopify Partner
784 150 164

Hello @VinUp 
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.

 

.product__title h1 {
font-size: 2rem !important;
}

 

result
21.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

VinUp
Excursionist
50 0 13

Hi thanks, how do i make it for the mobile version only?

Rahul_dhiman
Shopify Partner
784 150 164

add this code in base.css

@media screen and (max-width: 968px) {
.product__title h1 {
font-size: 2rem !important;
}
}
Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

MustafA16
Tourist
168 12 22
<style>
.product__title h1 {
font-size: 2rem !important;
}
</style>

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

Bundler-Manuel
Astronaut
838 43 98

This is an accepted solution.

Hi there @VinUp  

I suggest you follow these steps:

Go to Online Store -> Themes -> Actions -> Edit code.

Go Assets folder -> theme.liquid file.

Add the following code in the bottom of the file above </body> tag

<style>
@media only screen and (max-width: 747px){
.product-grid .card__heading {
    font-size: 12px;
}
.product-grid .quick-add__submit {
    font-size: 10px;
}
#MainContent .product__title h1 {
    font-size: 18px!important;
}
}
</style>

Let me know if this works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
VinUp
Excursionist
50 0 13

Do you know how to make the discounted price smaller? 

VinUp_0-1741774295867.png

 

ZestardTech
Shopify Partner
6096 1091 1465

Hello @VinUp,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:

 

@media only screen and (max-width: 747px) {
    #MainContent .product__title h1 {
        font-size: 2rem !important;
    }
}

 

ZestardTech_0-1741774498420.png


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing