This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
div#shopify-section-1614627342fd719497 .section-header { font-size: 25px !important; }
}
Hope this works.
Thanks!
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 591px){
div#shopify-section-1614627342fd719497 .section-header { font-size: 25px !important; }
}
User | Count |
---|---|
441 | |
202 | |
103 | |
97 | |
90 |