Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #277218
    Evan Mann
    Participant

    Hello,
    I have the Cact Vogue Premium theme.
    How can the Header image be removed? In the Theme FAQs it says:

    Header Image
    “Custom Header Image is different from site logo. It’s a large global image in the header to obtain a much more personalized look and feel. To add header image, you need to go to “Appearance => Customize => Header Media =>Header Image”. Here, you can add/change/hide
    Header Image, select option to Enable Featured Header Image on, Size and add in links and alt tag as per your website need.”

    But those options–add/change/hide– don’t appear in the Theme Options. I can change the sorting, but can I hide/disable it altogether?

    Can it be it be hidden with CSS?

    –Evan

    #277237
    Skandha
    Participant

    @hilary: Hello Evan,
    Go to => Appearance => Customize => Header Media => Enable on => Select Disabled and Publish.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #277280
    Evan Mann
    Participant

    Hello, Skandha–
    Unfortunately, I tried that already—it does not disable the header media. I tried removing the image but the header section area remains even with the photo removed.

    Any ideas?

    –Evan

    #277671
    Evan Mann
    Participant

    Since the Disable button for the Header image section does not work in the Catch Vogue Pro template, I used display:none to remove it:

    .home .custom-header {
    height: 100vh;
    background-size: cover;
    display: none;
    }

    –Evan

    #277720
    Skandha
    Participant

    @hilary: Hello Evan,
    Can you please post in your site URL so that I can look into the issue?

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #277744
    Evan Mann
    Participant

    Hello, Skandra–
    Thank you, but using display:none has removed it. I imagine not many people want to remove the header image, so maybe that is why this issue has not been encountered before.

    –Evan

    #277749
    Skandha
    Participant

    @hilary: Hello Evan,
    The Header Image should not be visible after setting it to Disabled and there shouldn’t be a need to add additional CSS. Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #277751
    Evan Mann
    Participant

    Hello, Skandha–
    Here is the site with the Header Media button disabled: The image is gone but the section remains.

    demo.hilarymann.com

    Thanks,
    Evan

    #277753
    Skandha
    Participant

    @hilary: Hello Evan,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    #277942
    Evan Mann
    Participant

    Hello, Skandra–
    Your instructions to remove the Header Media worked:

    Go to => Appearance => Customize => Header Media => Remove Header Media Url and Header Media Url Text and Publish

    Thank you!

    –Evan

    #278287
    Skandha
    Participant

    @hilary: Hello Evan, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to remove Header Image Section’ is closed to new replies.