How to adjust page title font size in Debut theme?

Hey,

I would like to know how can I manage the font size only for the page title without affecting the rest ?

Thanks for the help.

Link : https://riku-services.myshopify.com

Password : edohup

Hi @Ulysse1300 , go to edit code > templates > page.services.liquid and replace it with this:


        # {{ page.title }}
      

{% section 'd' %}
{% section 'do' %}
{% section 'don' %}
{% section 'donn' %}

Change 30px with the value you’d like.

1 Like

Thanks a lot for the help !