Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #376673

    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.)

    #376905

    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

    #436098

    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!

    #436510

    Hi @lanelee!

    Did you try Yigits suggestion above and did you have any luck with it?

    Cheers!
    Rikard

    #764816

    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;
    }
    • This reply was modified 7 years, 8 months ago by MattDalli.
    #765420

    Hi MattDalli,

    Thank you for sharing! :)

    Let us know if you have any more questions.

    Best regards,
    Victoria

    #940818

    Thank You Very Much @MattDalli, this solve the problem..:)

    #940931

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘I Never Ever EVER Want To See A Featured Image Placeholder’ is closed to new replies.