Hi there! LOVE the theme – Enfold is seriously one of the best themes I’ve ever worked with.
I have a simple question (hopefully) – how do I remove the featured image from the post page itself? I don’t want it to be removed from the masonry layout, just the post page when you’re viewing the actual post (single post style), as well as when you have the blog set up as “single author, big pic preview” when you have the blog page itself showing a list of blog posts and their excerpts.
The reason I want this is I have two setups for the site – 1 displays the blog posts as-is (non-masonry style). I also have a browse page set up with a masonry-style layout. So I am hoping to accomplish both without having that featured image show above my blog post title.
My second request would be to show the full blog post (no excerpt). I have this set up in the WordPress options, but it doesn’t always apply (even when I don’t have that “read more” tag applied)
Hope that makes sense – and thank you!
(also sorry for no link, we’re in development still)
Hi kellymarie2001!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big { display: none !important; }
Cheers!
Yigit
Thanks! Unfortunately that didn’t work completely – it’s still showing up in the main blog feed. Sorry if that wasn’t clear – it was a late night last night.
Also curious if you had any thought on the excerpt – some of my posts are still showing an excerpt of the post.
Thanks!
Hi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hey!
Please change the code to following one
.big-preview.single-big { display: none !important; }
Best regards,
Yigit
Perfect, thank you!