Home Forums Free Themes Travel Insight Hiding Header Image Everywhere

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • #114608
    ExtinctDisney
    Participant

    Sincerest apologies – I misunderstood and, using the new CSS, was able to resolve the space issue. Thank you.

    #114612
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

    #115803
    ExtinctDisney
    Participant

    Slight 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!

    #115842
    wensolutions
    Keymaster

    Hello,

    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.

    #115890
    ExtinctDisney
    Participant

    Thanks 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.

    #115927
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Thank you.

    #119148
    ExtinctDisney
    Participant

    Today 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?

    #119239
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can remove the featured image by going to the individual post/page and removing the image which you added.

    https://prnt.sc/rn6pht

    If you are referring to something else with CSS, please provide us with the screenshot of the section too.

    Regards.

    #119247
    ExtinctDisney
    Participant

    I 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?

    #119303
    wensolutions
    Keymaster

    Hello @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.

    #119533
    ExtinctDisney
    Participant

    I’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?

    #119535
    wensolutions
    Keymaster

    Hello,

    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.

    #119548
    ExtinctDisney
    Participant

    Excellent ok…
    Here is a link to a post I just added a featured image back to:
    https://www.extinctdisney.com/monorail-co-captaining/

    #119584
    wensolutions
    Keymaster

    Hello,

    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.

    #119608
    ExtinctDisney
    Participant

    As always, huge thanks for your amazing support in making this theme work exactly as needed!

Viewing 15 posts - 16 through 30 (of 31 total)
  • You must be logged in to reply to this topic.