Hi,
I’ve been trying to remove page titles from being displayed on my website.
All the solutions I’ve found here I haven’t been able to get to work.
I am using the free theme ‘Dawn’
I have no experience of liquid or any web design code so please explain to me gently!
Many thanks
Emma
@EmmaBee78
Sorry you are facing this issue, it would be my pleasure to help you.
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 Ketan, my site url is mustardandmint.myshopify.com
Thanks for your response.
I am trying to remove the page titles appearing in the pages, eg. about, contact etc.
Hi @EmmaBee78 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/section-main-page.css->paste below code at the bottom of the file:
.main-page-title {
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
@EmmaBee78
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.main-page-title {
display: none !important;
}
JayAdra
6
Hi Emma!
There’s a much simpler way to remove these headings that doesn’t involve any custom CSS code.
- From your Shopify admin, go to Themes > Customize to open the Theme Editor.
- Change the template dropdown to Pages > Default page.
- Click the “eye” icon next to the Page block on the left to hide/show the title section.
Hope that helps!
Perfect!
Thank you Ketan!
That was by far the most simple way to do it for a novice like me. 
All the best
Emma
I am so glad that I found your reply to this! This works perfectly. THANK YOU!
No worries! Glad it helped 
Chizu
11
Thanks, Ketan that is the perfect solution I was looking for!
But I have a question about it related to SEO.
Do you think not displaying the “Page Title” on a page affects SEO at all?
Should I assume that Google sees the page name and doesn’t care whether or not it is displayed on the page?
I will add titles, headlines, and keywords manually throughout the page.
Chizu
12
Thanks, AvadaCommerce!
I do have a question about it related to SEO.
In your opinion, does not displaying the “Page Title” on a page affect SEO?
I assume Google sees the page name and doesn’t care if it’s not visible on the page?
I’ll add titles, headlines, and keywords manually on the page.
@Chizu
please show me issue for SEO
Chizu
14
I’ve hidden my page titles from displaying (per your instructions above).
I now wonder if Google will subtract SEO points - for not displaying page titles.
@Chizu
do you need visible title or all pages or can you show me error in SEO.
wlake
16
i tried this solution and it still didn’t work out for me
This might work well for product pages, but if it’s content pages, it removes all of the content from view. …unless I’m missing something?
Hi @KetanKumar - I tried this in my code; however, now that specific code is showing on my pages. How do fix this?
@CoastalGlowSunl
Sorry you are facing this issue, it would be my pleasure to help you.
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 Ketan, I am also facing this same issue, My URL is
www.GOUGASIAN.com
I want to remove the Page title from some specific page templates.
Thank you!