New Shopify Certification now available: Liquid Storefronts for Theme Developers

Mobile font size

Solved
RobArt98
Explorer
86 3 14

hello everyone,

can someone help me out. I like to have the product name and price in the same font size on the collections page (mobile only)

Bildschirmfoto 2023-11-13 um 16.35.31.png

thanks in advance

using spotlight template

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4222 977 1189

This is an accepted solution.

Thanks for the info, check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
#product-grid .price__regular .price-item {
    font-size: 14px !important;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1700066053359.png

     


     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 4 (4)
Made4uo-Ribe
Shopify Partner
4222 977 1189

hi @RobArt98 

Would you mind to share your Store URL website? with password if its unpublish. You can PM I can keep it in secret. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


BSS-Commerce
Shopify Expert
2942 394 414

Hi @RobArt98 ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

Made4uo-Ribe
Shopify Partner
4222 977 1189

This is an accepted solution.

Thanks for the info, check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
#product-grid .price__regular .price-item {
    font-size: 14px !important;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1700066053359.png

     


     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Made4uo-Ribe
Shopify Partner
4222 977 1189

Check this one. 

Same Instruction. 

 

span.badge.price__badge-sold-out.color-inverse {
    display: none;
}

 

And Save. 

Result:

Made4uoRibe_0-1700068623180.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com