Tagged: no featured image
This is about the pencil icon…the placeholder for when a blog post has no featured image. Well, my blog never has any featured images, so there’s a pencil attached to every post.
I’ve tried the custom CSS as advised in other responses on this forum. It removes the pencils from single-post pages but not elsewhere.
I never ever ever EVER want to see a pencil icon on my blog, ever. How do I make that happen? I’ve had to deactivate the theme temporarily and revert to the blog’s previous theme because those icons are just so hideous.
(Seriously, disabling this default image needs to be a one-click custom setting. It’s just horribly ugly.)
Hi ihnatko!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta, .post_author_timeline {
display: none;
}
We are sorry that you had to see pencil icons. If that does not help, please post the link to your website and we can make sure that you will not see those pencil icons ever again
Cheers!
Yigit
I am looking to do the same thing.. I have searched through the forums.. Any way to easily remove the entire pencil icon if you do not have a Featured Image set? = Remove across the entire website – on the Single post page – Feeds, Magazine Widget etc.. So if you have an image set it shows but, if no image is set NOTHING shows? I don’t think anyone really wants to see a placeholder – pencil icon ever..
Thanks!
For anyone else wanting a solution to this, the following code worked for me if you are using the Default (Business) Layout and the Post Slider Element:
.avia-content-slider .fake-thumbnail .slide-image{
display:none;
}
Hi MattDalli,
Thank you for sharing! :)
Let us know if you have any more questions.
Best regards,
Victoria
Thank You Very Much @MattDalli, this solve the problem..:)
Hi,
@newmediologo Glad it worked for you! :)
If you have any other questions or issues, please feel free to start a new thread.
Best regards,
Yigit