my URL is partsofspeech.net
Hi Saswata,
Thanks for reaching out.
Are your referring to the carousel on top of your site? I checked your blog page and no posts are displayed. I assume it’s the carousel, then please go to Theme Options > Ethos > POST CAROUSEL and toggle it off.
Hope this helps.
Sorry! My site is under construction so you do not find my post. No, I am not referring to post carouse. When some on entering in my post like this one https://www.partsofspeech.net/phrasal-verb-list/ they see 2 same images one for feature image and one for post image, so I want to close the feature image on posts.
Hello Saswata,
Thanks for clarifying. You can do that through custom CSS. Please try adding this in X > Theme Options > CSS:

.single-post .x-main.left .hentry .entry-featured {
display: none;
}
Here are some related links for further reading:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.