Premium WordPress Themes › Forums › Courtyard › Featured Image on Pages › Reply To: Featured Image on Pages
August 13, 2018 at 5:52 AM
#4403
Participant
hi,
You can achieve it by adding below code into your Additional CSS Box through customizer.
#post-id .featured-image{
display: none;
}
Info:- id (please add your post/page id so that we can hide featured image on this page or post only.)
Thanks!