Gary Jesse
asked 8 years ago

How do I change the settings so if a post already includes an image that it doesn’t still display the featured image at the top of the post?

Thanks for your help!

1 Answers
DominicStaff
answered 8 years ago

Hi,
You can add the following code to the DW Focus > General Settings > Custom Code:
.single #main > .post .entry-thumbnail img { display: none; }
Regards,

gjesse
replied 8 years ago

If I don’t not have the DW Focus > General Settings > Custom Code option you mentioned how else do I make this change? Thanks!

dominic Staff
replied 8 years ago

You need to install the Options Framework plugin that DW Focus theme recommends when you activate theme.
Or you can add your code to the dw-focus/style.css file
Regards,

gjesse
replied 8 years ago

I don’t have a General Settings > Custom Code but I do have a General Settings > Custom CSS and tried putting it there but it didn’t work. I included a link to the screenshot for your reference as I must not be in the right place. Thanks!
http://181.224.137.54/~garyjess/screen-shot-dwf/

dominic Staff
replied 8 years ago

Yes, it’s Custom CSS section, I’m mistake. Please try the following code:
.single #main .post .entry-thumbnail img { display: none; }
Regards,

Powered by DW Question & Answer Pro