Hide the preview description of my blog section on home page.

tylerklefot
Visitor
3 0 0

Can anyone help me hide the preview description on my blog. I want it to look more clean on the front page of the website.  I am using grid theme.  ThanksScreenshot 2023-09-12 at 6.14.37 PM.png

Replies 6 (6)
PageFly-Noah
Globetrotter
561 130 130

Hi @tylerklefot 

 

This is Noah 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>
.article-card__excerpt {
display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Noah | 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.

tylerklefot
Visitor
3 0 0

I'm pretty sure I pasted that in the correct spot but it looks like the descriptions are still there? Any ideas? Thanks in advance. 

oceansoul.net

 

PageFly-Noah
Globetrotter
561 130 130

Hi @tylerklefot  Please try again with this code to make it work correct with your theme.

<style>
p.home-blog-post-excerpt {
display: none !important;
}
</style>

Here's how it work : 

PageFlyNoah_0-1694749503231.png

 

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.

Dan-From-Ryviu
Shopify Partner
5566 1019 1043

Hi @tylerklefot 

Can you share your homepage link? 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

tylerklefot
Visitor
3 0 0

oceansoul.net

 

thank you

 

Dan-From-Ryviu
Shopify Partner
5566 1019 1043

Hi @tylerklefot 

You can remove it by adding this code to theme.liquid file before </head> tag in Online store > Themes > Edit code 

<style>
.home-blog-post-excerpt  { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now