Tagged: , , ,

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

    Site is redcom.wpengine.com

    Scroll down to the footer, and look at the 3rd widgetized area containing the blog posts. How do I get rid of the little square icon that would house the featured image?

    Also, I removed the author names from the blog posts by modifying the loop-index.php file, but when I updated the theme it overwrites these changes. Is there a way to make modification in the child theme so that updates to the parent theme don’t overwrite it?

    #210187

    Hey mgerenser!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .image_size_widget .news-thumb { display: none; }

    You can copy loop-index.php file inside includes folder in your child theme and it should remain the same

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove icon from Blog Post in Widget’ is closed to new replies.