Impulse change collection font size

Solved

Impulse change collection font size

monarchs
Tourist
5 0 2

monarchs_1-1735441365074.png

 

I want to change the product tittle size to small. Please help me out. website is www.monarchsclothing.com

 

Accepted Solution (1)

Tech_Coding
Shopify Partner
501 127 125

This is an accepted solution.

Hello @monarchs 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
    .grid-product__title.grid-product__title--heading {
        font-size: 10px !important;
      }
  }
</style>
RESULT:

Tech_Coding_0-1735442006072.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 2 (2)

Tech_Coding
Shopify Partner
501 127 125

This is an accepted solution.

Hello @monarchs 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
    .grid-product__title.grid-product__title--heading {
        font-size: 10px !important;
      }
  }
</style>
RESULT:

Tech_Coding_0-1735442006072.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

DaisyVo
Shopify Partner
2474 315 363

Hi @monarchs 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

.grid-product__meta .grid-product__title.grid-product__title--heading {
    font-size: 14px !important;
}

 

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution