Meta and Features Images removed from posts

I must have some CSS incorrect, but I can’t seem to get the meta and the feature image removed from this website:
https://rrthevillage.wpengine.com/

I am creating a grid of ministries that I do not want the image to show again when you open as well as the meta at the top there. https://rrthevillage.wpengine.com/serve/

Secure Note created so someone can get in and take a look.

Hi @tkcostello,

Thanks for writing in! Your post meta does not display because it is turned OFF. Go to Pro > Theme Options > Blog and enable it. I also checked a few of your posts and it does not have any featured image. Please edit each of your posts and insert a featured image.

Best Regards.

I was saying that I do NOT want those to show. I don’t want meta on and I don’t want the featured image to show again once the post is opened. https://prnt.sc/x5ffht

They all have a featured image now and I am mainly referring to the Missionaries CPT: https://prnt.sc/x5fl1w

Hi @tkcostello,

If you want to remove the featured image and post meta in your missionaries single pages. Please add the code below in your Pro > Theme Options > CSS .

.single-missionaries .entry-featured, .single-missionaries .p-meta {
	display: none;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Perfect! Thank you very much!

You are welcome @tkcostello

Hey there,

I added this CSS to a different site (changed the Post category) but it didn’t seem to work…Can you help?
This site is has same grid and I am wanting the post meta off again.
https://prnt.sc/xq70av, https://prnt.sc/xq71x9

https://metrochristianchurch.com/

Hello @tkcostello,

I checked your site I can find any post grid, can you please share exact page URL or share marking screenshot so that we can provide you exact solution.

Thanks

https://metrochristianchurch.com/connect-groups/

Hi @tkcostello,

You need to add the custom CSS code into the Appearance > Customize > Additional CSS. I went ahead and added the code, and it starts working.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.