I want to reduce the size of my collections titles on mobile only

Solved

I want to reduce the size of my collections titles on mobile only

imazele
Explorer
54 0 14

Hi, 

 

I want to reduce the size of my collection title in my collection page on mobile only. (I want it to be at 20px)

 

Thanks

Accepted Solution (1)
Rahul_dhiman
Shopify Partner
702 139 144

This is an accepted solution.

Remove previous code and add this code:-

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

@media screen and (max-width: 768px) {
.collection-hero__title {
    font-size: 20px !important;
}
}

 

 

result
60.png

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

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

View solution in original post

Replies 5 (5)

Rahul_dhiman
Shopify Partner
702 139 144

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

.collection-hero__title {
font-size: 20px !important;
}

result
58.png

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

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

imazele
Explorer
54 0 14

On mobile only not on desktop please!

Rahul_dhiman
Shopify Partner
702 139 144

This is an accepted solution.

Remove previous code and add this code:-

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

@media screen and (max-width: 768px) {
.collection-hero__title {
    font-size: 20px !important;
}
}

 

 

result
60.png

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

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

topnewyork
Astronaut
972 133 164

Hello,
Please share "Store URL"
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
steve_michael2
Trailblazer
439 38 55

Hi @imazele '

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

@media(max-width:767){
.collection-hero__title {
    font-size: 20px !important;
 }
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount