Removing Page Title on a specific page - Dawn Theme

Solved

Removing Page Title on a specific page - Dawn Theme

Harny
Excursionist
14 0 4

Hello. I would like to remove the title of a specific page so that it does not appear. All the posts I have seen are from all the pages together or from a blog. I would like to remove "Social Media".

 

The link is the following: www.isardsports.com/pages/social-media

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Harny

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

{% assign full_url = request.host | append: request.path %}
{% if full_url contains 'policies' %}
<style>
.main-page-title.page-title {
    display: none !important;
}
</style>
{% endif %}

 

Here is result: 

BSSCommerceHDL_0-1725062627916.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Harny

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

{% assign full_url = request.host | append: request.path %}
{% if full_url contains 'policies' %}
<style>
footer.footer {
    display: none !important;
}
</style>
{% endif %}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Harny

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

{% assign full_url = request.host | append: request.path %}
{% if full_url contains 'policies' %}
<style>
.main-page-title.page-title {
    display: none !important;
}
</style>
{% endif %}

 

Here is result: 

BSSCommerceHDL_0-1725062627916.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Harny
Excursionist
14 0 4

Great, it worked, I just had to change "policies" to the title of my page. Thanks a lot!

 

I'd like to ask, can the entire footer of this particular page be removed as well?
I don't want the bottom menu or any other information in the footer to appear. Just the header and the three buttons.

BSSCommerce-HDL
Shopify Partner
2305 835 910

This is an accepted solution.

Hi @Harny

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

{% assign full_url = request.host | append: request.path %}
{% if full_url contains 'policies' %}
<style>
footer.footer {
    display: none !important;
}
</style>
{% endif %}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Harny
Excursionist
14 0 4

Now it looks great. Thanks again and for replying so quickly.

BSSCommerce-HDL
Shopify Partner
2305 835 910

@Harny, No problem. Have a good day 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now