Remove Blog Title from Template Blog Section

Solved

Remove Blog Title from Template Blog Section

ashleyfonseca
Shopify Partner
7 0 1

I want to remove "Matcha Guide", the blog post title but keep the blog posts going from right to left. When I try to use the following code it makes the posts align to the left.

 

h1 {
display: none;
}

 

Screenshot 2024-04-08 at 8.02.20 PM.png

Screenshot 2024-04-08 at 8.02.58 PM.png

https://mana-matcha-hawaii.myshopify.com/blogs/matcha-guide

PW: MM2024

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @ashleyfonseca 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.template-blog .page-header {
display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @ashleyfonseca 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.template-blog .page-header {
display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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