Hello.
I need some help to change the font and the texte size for the H2 title in the product description.
I can’t find which file and field need to be modified in the EDIT CODE mode :
Thank you
A user needed to modify the font family and size of H2 headings within product descriptions on their Shopify store using the Impulse theme.
Initial Problem:
Solution Implemented:
.product-block h2 with:
Potential Issue Identified:
Another participant warned that this CSS approach may affect all H2 subheadings across the entire website, not just product descriptions, suggesting the solution might be too broad in scope.
Hello.
I need some help to change the font and the texte size for the H2 title in the product description.
I can’t find which file and field need to be modified in the EDIT CODE mode :
Thank you
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello.
I just added this CSS code to the CSS section and it’s working :
“”.product-block .rte h2
{ font-size: 12px;
font-family: ‘circular’;
font-weight: normal;
}“”
great, but its look like it will effect on complete website, font-size 12 for sub heading