Hello, I have a question, how can I make a smaller heading for the home page on mobile?
Share Site Preview Link
Add This css In your edit code > base.css File
@media screen and (max-width:767px){
.image-with-text h2.image-with-text__heading.inline-richtext.h1 {
font-size: 30px !important;
}
}
it works, thank you very much for your help
great you also solve my problem for a shopify store about Islamic Toys , Books about Kids.
