Re: Product title size colorblock theme

Solved

How can I enlarge product titles in the Colorblock theme?

erikimprov
Excursionist
20 0 10

IMG_0908.png

Hello,

My product titles in catalog view are small and I can’t find a way to change it (check image).

 

Is there code that can fix this?

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

Thanks for the info, you like only to change the product title in the catalog right? 

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:

 

.section-template--20471697047898__product-grid-padding .card__information a {
    font-size: 22px !important;
}

 

And Save. 
Result;

Made4uoRibe_0-1705693934971.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 11 (11)

Made4uo-Ribe
Shopify Partner
10184 2417 3060

Hi @erikimprov 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
erikimprov
Excursionist
20 0 10
Made4uo-Ribe
Shopify Partner
10184 2417 3060

Thanks for the info, Its password protected. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
erikimprov
Excursionist
20 0 10

Sorry. I have removed password now

Made4uo-Ribe
Shopify Partner
10184 2417 3060

This is an accepted solution.

Thanks for the info, you like only to change the product title in the catalog right? 

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:

 

.section-template--20471697047898__product-grid-padding .card__information a {
    font-size: 22px !important;
}

 

And Save. 
Result;

Made4uoRibe_0-1705693934971.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
erikimprov
Excursionist
20 0 10

Looks a lot better now. Thank you!

niraj_patel
Shopify Partner
2391 516 516

Hello @erikimprov 
can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
erikimprov
Excursionist
20 0 10
niraj_patel
Shopify Partner
2391 516 516

password?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
erikimprov
Excursionist
20 0 10

Sorry for that. I’ve removed password now

niraj_patel
Shopify Partner
2391 516 516

Hello @erikimprov 

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>

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

</style>

techlyser_web_0-1705757896298.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com