Hi
I am trying to hide one page title on the Dawn theme without hiding all of the other page titles. I have found an old post discussing this but cannot get the code to work.
Thanks.
Hi
I am trying to hide one page title on the Dawn theme without hiding all of the other page titles. I have found an old post discussing this but cannot get the code to work.
Thanks.
Hello There,
Please share your page store URL and Screenshot.
So that I will check and let you know the exact solution here.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi
URL: https://amoreandmore.co.uk/
Password: Amore@2022
Do you want a screenshot of the page in question or of the code?
Thank you.
Hi everyone
I’ve managed to resolve this myself by using some code that hides all page titles and put some IF logic around it. Code below:
Go to edit code > theme.liquid, find where it says body at the bottom and insert
{%- if page_title contains “HIDE” -%}
.main-page-title.page-title:nth-child(1){ display: none !important; {%- endif -%} Your page title should be where it says HIDE in quotation marks. I hope this helps someone else save a bit of time.