For our site, I want to display featured pic in blog list but want to remove it from the top of the blog post page. How can we do this? Using debut theme.
The theme we are using has asset file called theme.scss.liquid
Hi @CW5
This is Victor from PageFly - Shopify Page Builder App
Please share with me the URL - and password if password protected, i can help you on this concern by using few line of css.
Await for your response
Best regards,
Victor | PageFly
curatedwines.sg
Please add this code to your theme.liquid file and above the
{% if template contains 'article' %}
{% endif %}}
Hello @CW5
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Cannot find in theme.scss.liquid
@CW5 It is the theme.liquid, not the theme.scss.liquid
You can find it in Layout folder when you hit edit code
Or you can use the search bar on the top
If your using a theme with a templates/articles.json file.
On line 39 and 48 change the type:image, disabled: false
to disabled: true
Then on line 268 change shown_main_img: true
to false
Also, please note, our theme came with the blog featured image turned off. I did the opposite of the above to turn it on. Worked great.