remove header image

Home Forums BeFit Theme Support remove header image

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #21394
    Lee FenneyLee Fenney
    Member
    • Topics: 19
    • Replies: 19
    • Total: 38
    Member since: January 15, 2015

    How can I remove the custom header from one page in my theme?

    #21404
    Lee FenneyLee Fenney
    Member
    • Topics: 19
    • Replies: 19
    • Total: 38
    Member since: January 15, 2015

    If I try to remove the header image I still see the old image header. http://www.easyitsupport.com/about-us2/

    #21422
    JohnJohn
    Member
    • Topics: 9
    • Replies: 24
    • Total: 33
    Member since: February 3, 2016

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

    #21475
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi John,

    Kindly go to Appereance>>Widgets>>Sidebar Main

    Drag and drop any blank text widget in sidebar main to remove contact form.

    Regards,
    Shri

    #21647
    Lee FenneyLee Fenney
    Member
    • Topics: 19
    • Replies: 19
    • Total: 38
    Member since: January 15, 2015

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

    #22473
    Wilder Gulmi-LandyWilder Gulmi-Landy
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: August 19, 2015

    Hope 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;
    }

    #22732
    MakebaMakeba
    Member
    • Topics: 1
    • Replies: 8
    • Total: 9
    Member since: January 1, 2016

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

    #22759
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Makeba,

    Kindly show us your website URL

    Regards,
    Brad

    #23509
    MakebaMakeba
    Member
    • Topics: 1
    • Replies: 8
    • Total: 9
    Member since: January 1, 2016

    Hi 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

    #24058
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Makeba,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    .innerbanner{display:none !important;}

    Regards,
    Brad

    #25163
    michellemichelle
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: February 24, 2016

    Hello,
    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 🙂
    Michelle

    #25493
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Michelle,

    Kindly add this code in custom css box:

    .woocommerce .innerbanner img{ display:none;}

    Regards,
    Brad

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.