Having issues with the text size of things being too big on mobile. Would love to know how to scale down the “Fangirls are the untapped billion of…” and the text above the footer “The term fangirl is too often equated to…” only in mobile view.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width:765px){
.hero__rte.body-size-15.font-body.block-padding.aos-animate p {
font-size: 30px;
}
h2.hero__title.heading-size-9.block-padding.aos-animate {
font-size: 50px;
}
}
Amazing, do you mind helping with one more area? I would love to adjust the text size of all the main copy on the about page that is the size of “This project is a cultural platform with the aim…”. Would you be able to help as well?