Chirpy
February 25, 2023, 3:25am
1
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
Go to Online Store->Theme->Edit code
Asset->/theme.scss.liquid ->paste below code at the bottom of the file.
.featured-blog__post h2.h3 {display: none;}
1 Like
Chirpy
February 25, 2023, 3:37am
3
@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
Chirpy
February 25, 2023, 3:41am
5
@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
@Chirpy
Great Thanks for your all support