How do I hide a specific page title in Dawn theme?

I’m trying to hide the title of a certain page. The page ID is - shopify-section-template–15002694221926__main

How can I hide the title for this page only with no flashing hidden title on page load? Thanks

use this in that page custom css

#shopify-section-template–15002694221926__main .title-class-name {

display: none;

}

Hello @xnyjyh
can you share store URL?

Did not work unfortunately

share your store url if possible

Hello @xnyjyh

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

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

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

1 Like

Please try to add this code to theme.liquid file after


1 Like

Thank you sir!

Thank you. Both you and the other guy code works!

1 Like

yes I do coding work!

Welcome :grinning_face: