/* https://zabou.me/wp-content/plugins/hide-featured-image-on-all-single-pagepost/tnado-styles.css?ver=6.7.2 */
// This plugin is supposed to prevent featured image from loading,but in case the theme did an end run around us and found the // featured image anyway,the second line of defence is to hide it with styles. body.page .post-thumbnail,body.single-post .post-thumbnail,body.page .featured-image,body.single-post .featured-image,.site-header.featured-image,.entry-cover-thumbnail{display:none}