Shopify themes, liquid, logos, and UX
How can I let the featured image display in blog list, but hide the image in the blog post? I want to remove all the featured blog post images from repeating once the article is opened. I'm using Mobilia theme, and my store is 3-leaf-tea.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Sorry for the missunderstanding. I have mistake, in your theme uses "styles.scss.css" file.
To provide changes for the "styles.scss.css" file, kindly perform next ones steps:
1. Go to the "Online store" -> "Themes".
2. Click to the button "Actions" -> "Edit code".
3. Find behind the "Assets" heading the "styles.scss.css" file.
4. At the end of the file add the code:
#shopify-section-article-template .image-element__wrap { display: none; }
5. Click "Save" button to save your changes.
@Luciana_Torous Hello,
You can hide it by adding next one code at the end of the "theme.scss.css" file of your theme:
#shopify-section-article-template .image-element__wrap { display: none; }
I looked at my code and couldn't even find the "theme.scss.css" file. where would this be located?
This is an accepted solution.
Sorry for the missunderstanding. I have mistake, in your theme uses "styles.scss.css" file.
To provide changes for the "styles.scss.css" file, kindly perform next ones steps:
1. Go to the "Online store" -> "Themes".
2. Click to the button "Actions" -> "Edit code".
3. Find behind the "Assets" heading the "styles.scss.css" file.
4. At the end of the file add the code:
#shopify-section-article-template .image-element__wrap { display: none; }
5. Click "Save" button to save your changes.
I can't find the asset "styles.scss.css" in my theme. Are there other name variations that it might be under please?
Many thanks!
I found timber.scss instead and added the code there, nothing happened - does it take a while to go through?
@Serenna - can you please share your website link? It does not take much time to load css... make sure you need to clear cache
Thank you
Here is the blog post in question. I'm using blog studio so I want the image on the blog main page but not on the blog post. I added the code but it is still showing:
https://weareserenna.co.uk/blogs/news/what-is-anxiety-how-to-know-your-enemy-and-rewire-your-brain
@Serenna - please add this css to the very end of your timber.scss file and check,
.template-article .article--image-wrapper {
display: none;
visibility: hidden;
}
if you have more issues then you can contact me on my email given below
Perfect! Thank you so much 🙂
I am having the same issue, however i have theme.scss.liquid as an option and none of these codes have worked.
these are the only options i have under assets. Using Venture theme
@Investingtips - can you please share website link?
@Investingtips - please add this css and check
.template-article .article__photo-container{display: none; visibility: hidden;}
it should look like this
@Investingtips - welcome
Im using the warehouse theme and have the same problem.. None of the codes work. Help please!
Website - https://prohorse.com.au/blogs/pa/largest-horse-breed
@Prohorse - do you want to remove this photo?
No, the BANNER photo. 🙂
@Prohorse - add this css to the very end of your theme.css file and check
.blog-post .article__image-wrapper {display: none; visibility: hidden;}
It worked!! Thank you so so much
Hello! Could you please help me as well. I am having the same issue, i can't remove the top image on the blog posts.
you can see the page here : https://veenourish.com/blogs/news/how-to-lighten-dark-armpits
My codes look a bit different than everyone else's. I am using the Pipeline theme.
@Veenourish- looks like that your image is added from page back end, you will need to remove it from there
I tried to remove it already, i've looked everywhere there is no option to get rid of it.
What do you mean it was added on the backend? Can you please help me navigate so that I can get rid of it?
@Veenourish- go to online store->pages and open page which has this image and remove image from it
You are right ! Thank you so much!
Hey, I just noticed that if i removed the featured image like you asked, it actually removes the image everywhere else. Look 😞 Do you think there's another way to remove it from blog post only ?
@Veenourish- if all places are sharing the same image then are you able to add any specific class or id to the image?
Im trying to remove article/banner image for blog posts for empire theme.
Can you assist?
@Prohorse - can you please send your site link?
@Prohorse - add this css and check
.template-article .article--content img{display:none; visibility:hidden;}
There is no styles.scss.css file - I note this post is a few years old. Is there a new solution?
I cannot figure out how to remove the featured article photo section under blogs. Can someone assist me with this?
@ArtemisWalls- can you please share your website link?
Hi,
I want to remove all the featured blog post images from repeating once the article is opened.
I'm using pacific theme and the website is projectfloors.co.nz
Hi,
I was following this and tried but it's not working on the website. I am using Envy and the page is called www.hellobighug.com
thanks if anybody could give me a hint.
@hellobighug - try this css
.template-article .article-image{display:none; visibility:hidden;}
Thanks Suyash1!
This was a great help and worked out!
@hellobighug - welcome, do let me know if you need any more updates, you have my email below
Hey!
I saw this is a couple years old but I'm having the same issue. I want to keep the blog post picture on the news page but I don't want it at the top of the actual blog post. I also don't have timber.css, theme.css, or style.css. If you could help that would be great
Here's the website - tensilitymotorsports.com
Thanks!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025