Hi, I wanted to ask if anyone knows how to reduce the pixel size of the titles on my product pages. I am using the dawn theme. Thankyou in advance.
Hello @paule3
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
{% if template contains 'product' %}
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @paule3
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.product__title h1 {
font-size: 22px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly


