Solved

making the product titel on colection page larger - dawn theme

CStark
Excursionist
13 0 5

Hi!


On the collection page the size of the product titel has gotten very small. And I can´t understand how to change it. There were some changes made in theme.liquid during the day. I´ve tried to use the (older version) but it did not change. Can anyone here have an idea what it would be or what I can do to make it go back to the original size. 

Thank you! 

 

Adding a screenshot of the collection page, and I do have two collection pages, Canvas and Fine Art Print if anyone gets confused in the shop. The link to the site is https://piipers.myshopify.com/ 

Skärmavbild 2022-03-08 kl. 22.39.25.png

Accepted Solution (1)
ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

h2.h4.accordion__title {
font-size: 15px!important;
}
h3.card__heading.h5 {
font-size: 18px!important;
}

Screenshot :- https://img001.prntscr.com/file/img001/YNzFgoQ2QT2ChezYlLexig.png

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

View solution in original post

Replies 5 (5)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

h3.card__heading.h5 {
font-size: 1.6rem;
}

Screenshot :- https://img001.prntscr.com/file/img001/-YCWNgFJQ_ykT8ZVqOBdHg.png

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
CStark
Excursionist
13 0 5

Hi, thanks for the advise but it did not work unfortionally. I copied it and out in at the bottom of base.css. 

Also I now see that the drop downs in the product is very small aswell. I submit both errors and see if you have another solution perhaps. Thank you again!

 

Skärmavbild 2022-03-09 kl. 08.27.17.png

Skärmavbild 2022-03-09 kl. 08.28.17.png

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

h2.h4.accordion__title {
font-size: 15px!important;
}
h3.card__heading.h5 {
font-size: 18px!important;
}

Screenshot :- https://img001.prntscr.com/file/img001/YNzFgoQ2QT2ChezYlLexig.png

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
CStark
Excursionist
13 0 5

Thank you!! It work perfectly now, the only thing, when i put it in the bottom nothing changed. But if i put the code at the top of base.css then it all changed. 

Thanks for your help!

ZestardTech
Shopify Expert
5393 970 1291

Thank you for your response. If helpful then please Like and Accept Solution All.

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