Reply To: Smaller Blog Post List

Home Forums Iconic One Pro Support Smaller Blog Post List Reply To: Smaller Blog Post List

#5072
gosimon
Participant

That didnt change anything, so to fix what i wanted, I created a smaller featured image (250 × 200) used a larger image in the post (1174 x 665) and hid the featured image in the post by using this css code:

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