As shown in the screenshot below when I use the Large Heading (which looks great on the desktop version) on the Mobile Version - it overrides the writing and it does not look so great.
Is there a way of making the Heading slightly smaller without changing it’s size on the side? As as soon as I change the heading to Medium etc. the Desktop Version changes too.
Hi @LSAccounting
It’s PageFly - Page Builder App here, I hope you are doing well today!
Regarding the issue with heading on mobile view, please kindly follow my instruction here:
-
From Shopify dashboard, go to Online store > Themes > Edit code
-
In the search box, search for the file named base.css
-
Scroll to the very end of this file, and paste this code:
@media screen and (max-width: 767px){
.banner__heading.h0 {
line-height: 1.0em;
font-size: 35px;
}
}
- Save the change and reload your store to check
Let me know if this work for you. Have a nice day ahead!
@PageFly-Victor
I’ve changed the font-size to 29px and it worked perfectly fine for me.
Regarding the grey line underneath the header in the mobile version - I will create a new question, so if you know the answer - please help me out!
Thanks! 
1 Like