How do i change the Catalog Page title size in Debut theme

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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?