PenciDesign Supporter replied
Hi,
1. If you want to hide the featured image, please go to your post editor screen and remove it from the Featured Image section.
2. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.pcbg-content a {
pointer-events: none;
}Regards,
PenciDesign.