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
-
This reply was modified 2 years, 4 months ago by
Grace Themes.