Hide blog title on one article only - Supply theme

I want to hide the title of this specific blog post, which is featured on my home page. The title appears twice, and I prefer to keep the heading at the top left-hand side instead of deleting it. I do not want to hide any other blog titles.
Thank you in advance!

https://www.shop.themagpiewhisperer.com/
$queaky1981

@Chirpy

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.featured-blog__post h2.h3 {display: none;}
1 Like

@KetanKumar Thank you… that worked perfectly. I had been trying for hours to fix that myself!

1 Like

@Chirpy

its my pleasure to help us

@KetanKumar I have a problem with the other blog titles not displaying on the home page now! I only wanted the one title excluded.

1 Like

@Chirpy

oh sorry that issue

can you remove last one code and add this

#shopify-section-2c441ef5-8ecb-4f92-8a7b-ae8771b91d66 h2.h3 {
    display: none;
}
1 Like

@KetanKumar

Perfect! Thank you :slightly_smiling_face:

1 Like

@Chirpy

Great Thanks for your all support