hello im not sure why my product tittle on the product page increased
the section text on my main page is fine here's a image:
but the product page text size is very big:
I would like it to be same as my main page, thanks
shancristicc.com
pw aisuld
narrative theme
Solved! Go to the solution
This is an accepted solution.
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.product__description p.product__title.h2.text-center span {
font-size: 4rem !important;
}
}
@media only screen and (max-width: 749px) {
.product__description p.product__title.h2.text-center span {
font-size: 3rem !important;
}
}
User | Count |
---|---|
438 | |
188 | |
104 | |
98 | |
95 |