Need to reduce the size of the heading - Dawn theme

Hi,

I need some help on the font size of two pages - size guide page and the wash care.

Please help.

Thanks in advance

Hello,

Please give me Url Then I will help you

Hi @IndujaAIKY ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :

{% if page.url == "/pages/size-guide" or page.url == "/pages/wash-smarter" %}
  
{% endif %}

Hope my answer will help you.

Best regards,

Victor | PageFly

Hi, Thanks..I Tried this code. but its not working. Can you please help on an alternative

Can you please try with this code

{% if page.url == "/pages/size-guide" %}
  
{% endif %}

{% if page.url == "/pages/wash-smarter" %}
  
{% endif %}

Hi, Tried the same. But its not working.

Can you please help on an alternative.

Hi @IndujaAIKY , Sorry for the late reply, you can please try again with this code below:

{% if canonical_url contains 'size-guide' or canonical_url contains 'wash-smarter' %}
  
{% endif %}