Hey, is there a way to make the text smaller on mobile but keep the size on desktop?
1 Like
I think I got it?
@media (max-width: 767px) {
h2 {
font-size: 23px;
}
}
Hello @corecase
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?