How do I turn image banner title to 'medium' size only on mobile

Could I have a custom css. code so I can apply it to only specific pages

Hello @lukafernada

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 on theme.liquid

@media screen and (max-width: 767px){ #Banner-template--20658745770333__image_banner_q96hEq h2.banner__heading.inline-richtext { font-size:38px !important; } }

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