How can I make the font bigger in the home subtitle?
I had its max in the typography setting but seems small, I want it much bigger.
I am using Pipeline theme. See attached screenshot:
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Here is the preview link
Hello There,
h2.home__subtitle {
font-size: 25px;
}
I might have the solution for the issue, you can follow these steps to fix:
In your Shopify Admin click to:
[id] .brick__product__subheading{
font-size: 16px !important
}
@media (max-width: 749px){
[id] .brick__product__subheading{
font-size: 15px !important
}
}
Then change the font size as your demand:
The recommend size are:
I hope it helps. Thank you