-
-
Hello, I have set the blog on my website to the alternate version and would like to ask you if it is possible to remove the little image (thumbnail) that appears next to a single post title (to the left)?
Thanks!
Petra
-
Hello,
Yes, you can do so using custom css. Add this code into your General > Custom Codes > Custom Css box:
#blog-entries .alternate-style .entry-media { display: none; }
Let us know.
Best regards! -
Hello, I think you misunderstood me. I would like featured images to be displayed on the blog list, but not when you open a single post and then there is still this little image next to the post title. It looks strange. This appears only when I set blog version to alternate and blog post to classic.
-
Hello,
Can you post a link of the page? Or at least some screenshots of the situation so i can understand better.
Use this online image sharing site to add the screenshots: https://imgbb.com/Best regards!
-
Can you try adding this css:
.post-thumbnail { display: none; }
Let me know if it’s what you wanted.
Best regards! -
Hello, thanks for reply. If I use the code above, then the featured images in all posts on the list disappear (which, however, I do not wish). I only would like to know if it is possible to remove that little image next to the title of a single post (when opened as a single post). I am attaching a screen shot. Sorry for not being clear enough.
Thanks,
Petra
-
Hello,
Did you try the second css i send you? This is for the single posts that you required. I tested it and it works. See screenshot: https://ibb.co/rt1VKpL
Best regards!
-
Hello, yes I copied the second code you send me (screen shot):
That’s right it works, but the problem is that the featured images disappear from the blog posts completely, which I do not want: https://ibb.co/kx9Yq9K
I would like to keep them when seeing posts on the blog site, but not when viewing a single post.
Best,
Petra
-
-
Hello,
Right, please edit the last css to this:
.single-post .post-thumbnail { display: none; }
Best regards!
-
-
You must be logged in to reply to this topic.