Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #783184

    Hi there,

    I’m doing my best to remove the square featured image above a single page of full blog posts.

    I was successful at removing the icon from individual blog posts but can’t seem to get them off the blog page.

    Here is the blog page:
    http://www.actoutsidethebox.com/blog/

    Here is what I added to the custom CSS:

    .rounded-container .iconfont, .small-preview .iconfont { display: none; }

    .template-blog .blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }

    .single .blog-meta { display: none!important; }

    .single-portfolio .page-thumb {
    display: none!important;
    }

    #783591

    Hey bittenbyazebra,

    Can you try adding this line to your CSS as well?

    .template-blog .small-preview {display:none !important;}

    Best regards,
    Sarah

    #786088

    This worked! Thank you!!!

    #786122

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove image on full page blog posts’ is closed to new replies.