How to remove titles from specific pages in Ira theme?

How to remove titles from specific pages in Ira theme?

PoW8
Explorer
70 1 13

IMG_3912.jpeg

 Hello, does anyone have a code to remove titles from the contact page and any other page I may create? I’m looking to target specifically that pages that would be created in “Pages” and not the ones related to policies.

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 296

Hi @PoW8 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save


.contact header.page__header {

    display: none;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PoW8
Explorer
70 1 13

Unfortunately it refuses to save and indefinitely displays the loading animation on the save button. Also to get that to work on another page I created, would I just add the code again but replace “contact” with the created pages title?