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
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.
Thanks a lot for the help !