Shopify themes, liquid, logos, and UX
How do I hide a page title in Pipeline them?
https://pascualstudio.com/pages/join-us
I would like to remove "Join Us" at the top.
Thanks.
Hello @andreapascual
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
body.template-page .page__template .standard__heading{
display: none;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello, does that remove it for all the pages? I only want to remove it for that one specific page.
This is Victor 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
h2.h2.standard__heading.heading-size-8.aos-init.aos-animate {
display: none;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
@andreapascual Go to assets/theme.css and paste below css at bottom of file.
.aos-initialized [data-aos][data-aos][data-aos-order="2"]
{
display: none !important;
}
You can try to change the above code with my code below:
{% if page.handle contains 'join-us' %}
<style>
body.template-page .page__template .standard__heading {
display: none;
}
</style>
{% endif %}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
You can try again with this code:
Follow this:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
<style>
.text__standard.text-left h2.h2.standard__heading.heading-size-8.aos-init.aos-animate {
display: none !important;
}
</style>
Hope that my solution works for you.
Best regards,
PageFly
Try again with this code:
{% if handle contains ‘join-us’ %}
<style>
.text__standard.text-left h2.h2.standard__heading.heading-size-8.aos-init.aos-animate {
display: none !important;
}
</style>
{% endif %}
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024