Hello i want to ask how to change the size of this on down theme, thanks
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.collection-hero__title {
font-size: 20px;
}