Hide page titles on all pages at same time

Hey all, i am using the dawn theme. I have tried everything the shopify community has suggested. I have tried

#shopify-section-template--15002694221926__main .main-page-title { display: none !important; }

Tried this in multiple spots and still does nothing. I’ve also tried a couple of other code snippets as well and none work. anyone have any other suggestions?

Hello @Shogunroasting

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

{% if blog contains 'recipes' %} #shopify-section-template--15002694221926__main .main-page-title { display: none !important; } {% endif %}

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.