Custom text - make larger on desktop.

Hey guys,

Hoping you could help, I wanna make the text in the screenshot larger on desktop. But keep it the same size on mobile.

Url - www.phreshcareco.com.au

Any help you be greatly appreciated.

Hey @Phreshcareco

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @Phreshcareco

You can do that by adding this code to Custom CSS of that section

@media (min-width: 990px) {
h2 { font-size: 120px; }
}