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
@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’m not finding it under the code. Where do I look?
I looked at my code and couldn’t even find the “theme.scss.css” file. where would this be located?
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:
-
Go to the “Online store” → “Themes”.
-
Click to the button “Actions” → “Edit code”.
-
Find behind the “Assets” heading the “styles.scss.css” file.
-
At the end of the file add the code:
#shopify-section-article-template .image-element__wrap {
display: none;
}
- Click “Save” button to save your changes.
Thank you SO much. Worked perfectly.
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;}
Thank you so much, worked perfectly
@Investingtips - welcome

