dustyhawk
asked 11 years ago

how do i have a featured image appear on the main site but not appear in a single post?

1 Answers
DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Appearance > Editor > open the style.css file > Add the following code:

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

Regards,
Dominic

dustyhawk
replied 11 years ago

thanks! works nicely

Powered by DW Question & Answer Pro