Shopify themes, liquid, logos, and UX
Hello,
I want to delete the title on a specific page, what is the code to do it ?
I use dawn theme and my website is womber.fr (password: PROPAGANDAAA)
best regards,
Solved! Go to the solution
This is an accepted solution.
Hi @PAUL8 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Sections/main-page.liquid
3. Refer the screenshot to add code below
{% assign page_title = page.title | escape %}
{% unless page_title == 'I need to delete this' %}
{% endunless %}
If you want to ignore another page. You can add more condition in the unless
ex: Code below ignore page's title is 'I need to delete this' and 'Contact'
{% assign page_title = page.title | escape %}
{% unless page_title == 'I need to delete this' and page_title == 'Contact' %}
Hi @PAUL8
Try adding this CSS under the TS > custom CSS
h2[data-start="253"][data-end="285"]{display:none}
Hope that helps.
✅ Found this helpful? Please Like & Mark as Solution — I truly appreciate it!
Connect with me | Get a Shopify Store with an Unlimited Free Trial – No Credit Card Needed! | ❤️ Support my work, If You’d Like!
Hello, thanks for your response, but it didn't work....
Hello, thanks for your response, but it didn't work....
.page-width h2[data-start='253'] {
display: none !important;
}
Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Settings
#shopify-section-template--24611489808649__main .main-page-title { display: none; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @PAUL8 ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Sections/main-page.liquid
3. Refer the screenshot to add code below
{% assign page_title = page.title | escape %}
{% unless page_title == 'I need to delete this' %}
{% endunless %}
If you want to ignore another page. You can add more condition in the unless
ex: Code below ignore page's title is 'I need to delete this' and 'Contact'
{% assign page_title = page.title | escape %}
{% unless page_title == 'I need to delete this' and page_title == 'Contact' %}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025