[ad_1]
Hi pam,
I understand that you want to hide the featured image on the single post page while keeping it on other areas of your website. This can be achieved by adding some custom CSS to your theme.
Here’s what you can try:
– Go to Appearance > Customize > Additional CSS.
– Add the following code:
.post_header_wrap_style_style-6 .post_featured.sc_parallax_wrap {
display: none;
}
– Save and publish the changes.
This code should hide the featured image on the single post page while leaving it visible on other areas of your website.
Let me know if you have any further questions or concerns.
