Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
#shopify-section-collection-template .section-header {
font-size: 10px!important;
}
i copied your code and paste under asset > theme.css. The catalog size didnt change.
Apparently im using theme.scss atm.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
#shopify-section-collection-template .section-header h1.page-title {
font-size: 30px;
}
Hello there,
i think im using a third party theme debutify so the above code cannot work. Sorry for the trouble. It works for debut. Can you help me with the debutify theme?

