Hi,
Here is my product page - https://rb.gy/ywbz2l
How do I increase the font size of the product title on product page.
Also, do you agree I should increase (do you agree it’s too small).
How do I do it?
I’m using supply theme.
Thank you.
Hi,
Here is my product page - https://rb.gy/ywbz2l
How do I increase the font size of the product title on product page.
Also, do you agree I should increase (do you agree it’s too small).
How do I do it?
I’m using supply theme.
Thank you.
Hi @jinnypeace9
This is PageFly - Advanced Page Builder.
You can try with this code:
Follow this:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.scss.css.
Step 3: paste below code in bottom of file → save.
.h2 {
font-size: 3.333em !important;
}
Hope that my solution works for you.
Best regards,
PageFly.
Thank you, it works.