Reply To: remove featured image October 10, 2018 at 4:08 pm #11368 Grace ThemesMember Hi, To hide the Featured Image from footer latest posts section, Go to the Appearance -> Editor -> style.css add below css code at the end of style.css file .footerthumb { display:none; } Regards Grace Themes