Home › Forums › BeFit Theme Support › remove header image
- This topic has 11 replies, 6 voices, and was last updated 8 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 3, 2016 at 8:51 pm #21394
How can I remove the custom header from one page in my theme?
February 3, 2016 at 10:51 pm #21404If I try to remove the header image I still see the old image header. http://www.easyitsupport.com/about-us2/
February 4, 2016 at 3:16 am #21422I am having that same problem and not being able to remove that particular contact form or alter it in any way. How did you remove your contact form?
February 4, 2016 at 11:50 am #21475Hi John,
Kindly go to Appereance>>Widgets>>Sidebar Main
Drag and drop any blank text widget in sidebar main to remove contact form.
Regards,
ShriFebruary 5, 2016 at 4:33 pm #21647I’m not trying to remove the Contact Form I’m trying to remove the Header Image. Please help us with the detail for removing the Header Image.
February 12, 2016 at 2:55 am #22473Hope this helps.. After a long time trying to figure this out i finally did..
Insert this code to Custom CSS and it will remove Header Images on all pages.innerbanner {
display: none;
}.home .innerbanner {
display: block;
}February 15, 2016 at 2:15 am #22732I am having trouble removing the default Header image. Please help. I tried going to customize and removing, but it just says no image and add image no wear does it say remove image. Please clarify!
February 15, 2016 at 7:37 am #22759Hi Makeba,
Kindly show us your website URL
Regards,
BradFebruary 20, 2016 at 3:29 pm #23509Hi Brad,
Here is the URL for my website. I was hoping to have it removed from my menus.
http://www.firstratefit.com/blog/
Thank you in advance
February 24, 2016 at 12:09 pm #24058Hi Makeba,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.innerbanner{display:none !important;}
Regards,
BradMarch 2, 2016 at 3:14 pm #25163Hello,
Is there a way to remove the header from certain pages?
I love the banner but I would prefer it to not be on my shop pages.
so this would be all pages excluding shop, cart, checkout.
thank you 🙂
MichelleMarch 4, 2016 at 6:41 am #25493Hi Michelle,
Kindly add this code in custom css box:
.woocommerce .innerbanner img{ display:none;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.