Home › Forums › Free Themes › Travel Insight › Hiding Header Image Everywhere
Tagged: css, header, header image
- This topic has 30 replies, 2 voices, and was last updated 4 years, 7 months ago by wensolutions.
-
AuthorPosts
-
January 23, 2020 at 6:39 am #114608ExtinctDisneyParticipant
Sincerest apologies – I misunderstood and, using the new CSS, was able to resolve the space issue. Thank you.
January 23, 2020 at 6:53 am #114612wensolutionsKeymasterHello,
Glad we could help you.
Regards.
February 5, 2020 at 10:29 am #115803ExtinctDisneyParticipantSlight update – what I realize now is that the CSS fixed the issue on posts but not on pages. Is there a way I can modify the CSS to also reduce the space between the breadcrumb and page content?
As an example, here: https://www.extinctdisney.com/epcot/the-land/
Huge thanks as always in advance!
February 5, 2020 at 11:20 pm #115842wensolutionsKeymasterHello,
To reduce the gapping, you can use the CSS following the path Admin Panel > Appearance > Customize > Additional CSS
.banner-title { background: transparent; border: none; padding: 0; width: 100%; }
Regards.
February 6, 2020 at 9:27 am #115890ExtinctDisneyParticipantThanks once again for all the help and quick responses. This seems to have done exactly what I wanted and in fact, more, as it also reduced the space above the title/breadcrumb. Thanks again.
February 6, 2020 at 11:18 pm #115927wensolutionsKeymasterHello,
Glad we could help you.
If you have further queries, let us know.
Thank you.
March 25, 2020 at 10:12 am #119148ExtinctDisneyParticipantToday I decided to add a featured image to each of my posts. Upon doing so, however, I see that now the featured image is appearing under the breadcrumb for every post (which I don’t want). How can I hide the featured image on all pages/posts?
March 26, 2020 at 9:25 am #119239wensolutionsKeymasterHello,
Regarding your query, you can remove the featured image by going to the individual post/page and removing the image which you added.
If you are referring to something else with CSS, please provide us with the screenshot of the section too.
Regards.
March 26, 2020 at 10:34 am #119247ExtinctDisneyParticipantI am looking for a way to hide the featured image on every blog post (of which there are over 100). Doing it individually, one-by-one, would be quite time consuming. Is there a way to add CSS to accomplish this?
March 27, 2020 at 6:58 am #119303wensolutionsKeymasterHello @extinctdisney,
We are unable to find the post with the featured image so can you please provide the link to the post page with the featured image so that we can help you with the CSS fix?
Hoping to hear from you soon.
Thank you.
March 30, 2020 at 7:30 am #119533ExtinctDisneyParticipantI’ve removed the featured image because it was making each post look horrible and, until I can solve for this, I didn’t want my page to appear in that way. I am looking for a way to hide it on every post that exists and will exist going forward and was hoping there was code I could add to the overall site CSS (as I’ve done with everything else) that would hide it everywhere. As the featured image is what appears for Twitter cards etc., I want to use the functionality, but not have it appear at the top of each post. Do I need to add it back to one post so you can see it?
March 30, 2020 at 8:05 am #119535wensolutionsKeymasterHello,
Once add a featured image for a post and provide us the link of that post so that we can help you. Also, that one post link will help us give CSS to remove the images of the post.
Regards.
March 30, 2020 at 9:06 am #119548ExtinctDisneyParticipantExcellent ok…
Here is a link to a post I just added a featured image back to:
https://www.extinctdisney.com/monorail-co-captaining/March 31, 2020 at 12:24 am #119584wensolutionsKeymasterHello,
Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.single .page-section .content-area .featured-image { display: none; }
Hope this helps.
Thank you.
March 31, 2020 at 9:11 am #119608ExtinctDisneyParticipantAs always, huge thanks for your amazing support in making this theme work exactly as needed!
-
AuthorPosts
- You must be logged in to reply to this topic.