I’ve been trying to do this for hours in the code and cannot find a solution for the featured image repeating itself twice when clicking into a blog post. Can someone help.
example:
https://public-land-store.myshopify.com/blogs/news/charlotte-beaverss-2024-risograph-calender
1 Like
Hello @nitsua81
Is it possible to check the code you have for the blog post. Can I have access? Let me know here.
Thanks
1 Like
Hi @nitsua81
Do you mean the 1st image? If it is check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.lg\:col-span-12.relative.full-h.bg-scheme-background.p-2.lg\:p-4 {
display: none !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Hello @nitsua81
If possible can I have your store access ONLY FOR CODE EDITOR and I will fix the issue for you.
For confirmation you don’t want the first image appearing on the blog post right?
I am not able to reply to your mail if possible please email your whatsapp.
Thanks
1 Like
didn’t do anything when inserted at the bottom of Theme.css?
Thank you. I ended up adding that code into custom thmee css on the actual page editor and it worked 
1 Like
Hello, I’m having the same issue, I copied the code and paste in theme.css but it doesn’t work. I’ve also copied it in the blog post css style editor and it doesn’t work.
Please help!
Hello, I’m having the same problem however when I copy and paste the code it doesn’t work. Is there any other solution for baseline theme?