William Wolf
asked 10 years ago

Hi,
Is it possible to remove the featured image to the posts ?  or better have an option to choose to have or not to have the featured image showing at the post something similar you have for other of your themes like DW Timeline
 
Thanks

Bruce Maples
replied 8 years ago

Has this ever been added to DW Focus? Or do I need to use a separate plug-in?

Dominic Staff
replied 8 years ago

At the moment, the theme has not a option in the single post to enable or disble the feature image as you want, you can add the following code to the style.css file to remove the feature image for all post:

.single .site-content>.hentry .entry-thumbnail img {
display: none;
}

If you want to remove the feature image for each post that you want, we are ready to help you as a custom work with a charge of fee ( about $20).
In case that you are still interested in the feature, please kindly let us know, we will check and estimate the time.

Or If you don’t want add the CSS code or custom work, you can use the Hide Featured Image plugin: https://wordpress.org/plugins/hide-featured-image/

1 Answers
DominicStaff
answered 10 years ago

Hi William !
To remove the Feature Image in the DW Focus, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:

   .single-post .entry-thumbnail {
    display: none;
}

Notice: We will consider to develop an option choosing to have or not featured image showing at the post in the next version.
Hope this helps !

William Wolf
replied 10 years ago

Thanks a lot! it will be an excellent idea to add this option to this wonderful theme.

Keep doing an excellent job.

Powered by DW Question & Answer Pro