We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to hide the title of the page I created?

Solved

How to hide the title of the page I created?

CRART
Excursionist
38 0 9

How to hide the title of the page I created?

page.png

Accepted Solution (1)

EstherBui
Navigator
276 39 44

This is an accepted solution.

Hi CRART


- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none !important;
}

 

 

Result: 

EstherBui_0-1737291498523.png

 

Best, 
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

View solution in original post

Replies 4 (4)

TheScriptFlow_
Shopify Partner
848 63 106

Hey @CRART this is Qasim a Sr. Shopify developer.

In order to provide you solution code for hiding the Page title please share store URL as well as passcode.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp +923036471248 Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

CRART
Excursionist
38 0 9
TheScriptFlow_
Shopify Partner
848 63 106

Thank you very much for sharing the store URL.

In order to hide page title please paste this code in the end of base.css file.

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none !important;
}

- Need a Shopify Specialist? Chat on WhatsApp +923036471248 Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

EstherBui
Navigator
276 39 44

This is an accepted solution.

Hi CRART


- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none !important;
}

 

 

Result: 

EstherBui_0-1737291498523.png

 

Best, 
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!