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
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
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.