Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #382044

    On a post page that only has a ‘featured image’ but no actual image within the posts, there appears a generic icon on the left of the post. How can I remove that?

    #382589

    Hi jlarmen!

    Open up /enfold/includes/loop-index.php and change line 100 from this.

    echo "<div class='blog-meta'>";
    

    To this.

    if ( $slider ) { echo "<div class='blog-meta'>"; } else { echo "<div class='blog-meta' style = 'display:none;'>"; }
    

    Best regards,
    Elliott

    #385283

    Thanks, didn’t see the response.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove generic icon on posts page without images’ is closed to new replies.