- This topic has 10 replies, 2 voices, and was last updated 3 years, 5 months ago by Skandha.
-
AuthorPosts
-
March 18, 2021 at 4:06 pm #277218Evan MannParticipant
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
March 18, 2021 at 11:26 pm #277237SkandhaParticipant@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,
SkandhaMarch 19, 2021 at 8:26 am #277280Evan MannParticipantHello, 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
March 24, 2021 at 2:16 am #277671Evan MannParticipantSince 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
March 24, 2021 at 2:19 am #277720SkandhaParticipant@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,
SkandhaMarch 24, 2021 at 8:18 am #277744Evan MannParticipantHello, 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
March 24, 2021 at 8:18 am #277749SkandhaParticipant@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,
SkandhaMarch 24, 2021 at 8:31 am #277751Evan MannParticipantHello, Skandha–
Here is the site with the Header Media button disabled: The image is gone but the section remains.demo.hilarymann.com
Thanks,
EvanMarch 24, 2021 at 8:41 am #277753SkandhaParticipant@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,
SkandhaMarch 26, 2021 at 8:32 am #277942Evan MannParticipantHello, 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
March 30, 2021 at 5:44 am #278287SkandhaParticipant@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 -
AuthorPosts
- The topic ‘How to remove Header Image Section’ is closed to new replies.