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 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:
Go to Online Store
Edit Code
Find theme.liquid file
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
You can do that by adding this code to Custom CSS of that section
@media (min-width: 990px) {
h2 { font-size: 120px; }
}