Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #691882

    I disabled the featured image from showing up on my single post, but instead of no image displaying I have a thumbnail of a pen (it’s the post thumbnail that resembles an ‘edit’ button) but clicks through to the featured image. How can I mass disable this from happening?

    Example where this is happening: http://www.icunursingcareers.com/nursing-certificates-certification-differences/

    • This topic was modified 8 years, 1 month ago by pattiehall.
    #692670

    Hey pattiehall,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .sidebar_left .template-blog .blog-meta {
        display: none;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.