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!
Hi,
You can add the following code to the DW Focus > General Settings > Custom Code:
.single #main > .post .entry-thumbnail img { display: none; }
Regards,
If I don’t not have the DW Focus > General Settings > Custom Code option you mentioned how else do I make this change? Thanks!
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,
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/
Yes, it’s Custom CSS section, I’m mistake. Please try the following code:
.single #main .post .entry-thumbnail img { display: none; }
Regards,
Please login or Register to submit your answer