Edin Theme Remove Feature Image but not Title
-
Hi – This was a great thread to learn how to hide the feature image and page title, but I was wondering if there was a way to hide just the feature image but keep the title.
https://en.forums.wordpress.com/topic/suppress-title-and-feature-image?replies=4
Thanks!
The blog I need help with is: (visible only to logged in users)
-
To further clarify, I would like to remove the feature image from this page:
https://melissashetler.com/portfolio-main/storyboards/But make sure it still shows up on this page:
https://melissashetler.com/portfolio-main/ -
Hi there,
Try this:
.page-id-80 .hero.with-featured-image { background-image: none; }This should hide the featured image on that page. :)
Let me know if this helps!
Best regards,
Michael
-
Thanks Michael!
It does work to remove the image, but it leaves the background as blue, which I don’t like either :I ended up completely removing the title, and am hacking it with with headings,horizontal lines & CSS.
Thanks for the quick reply!
-
Hi there,
It looks like you were able to resolve this by completely hiding your featured image with the following and then manually entering a title at the top of your page:
.page-id-80 .hero.with-featured-image { display: none; }Perfect. :)
- The topic ‘Edin Theme Remove Feature Image but not Title’ is closed to new replies.