Shopify themes, liquid, logos, and UX
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
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.
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.
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?