• Resolved jankari

    (@kwpb)


    Hello,
    How can I remove Logo and Header Text section only from Home page? I would like to still keep the menu, slider and everything else. I want to remove just the top area that shows logo and header text that I set it up in theme settings.
    I looked at various posts here and they all referred to removing the entire header, which also removes the menu. I also tried “is_front_page” condition in various header/home/index files.
    On a side note, where is the logo and header text stored, that is provided in theme settings?

    Thank you in advance for your time and effort in replying.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi there Jankari .The following custom CSS should do the trick.

    header#masthead hgroup {
       display:none;
    }

    You can add this custom CSS using a plugin like Jetpack.

    Thread Starter jankari

    (@kwpb)

    Greg,
    But that removed it from all pages. I am looking to hide it only on the Home page.
    Thanks

    Aaah right, I missed that. You can just make the CSS a little more specific then.

    body.home header#masthead hgroup {
       display:none;
    }
    Thread Starter jankari

    (@kwpb)

    You are Awesome, Greg! Thank you for such a quick turnaround!

    Hey
    Greg
    I changed the css with the above code but the logo isn’t gone.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @pmuktan, in that case it sounds like you’re not experiencing the same issue that was originally raised in this thread.
    https://www.ads-software.com/support/theme/vantage#postform
    Also provide a link to your site when you create a new thread.

    boots078

    (@boots078)

    Hello,

    Is it possible to insert an image on the header-support-text location instead of text?
    I would like to add a second logo on that place (if possible with hyperlink).

    Thanks in advance!

    Thread Starter jankari

    (@kwpb)

    Hello boots078, this topic is marked as resolved so you may not get a prompt response. Can you provide a link to the site and mention which text you are trying to replace with image?
    I am using a plugin called “Nav Menu Images”.

    Hi, I can’t seem to find any other documentation regarding this, but how do I remove the logo from a specific page on my site?
    Neither of the above codes worked for me, either on that page or any other..
    Any ideas?

    Can you please give me the link to your website?

    This 6 month old topic is resolved. If you require assistance then, as per the Forum Welcome, please post your own topic.
    Closing…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How to remove Logo and Header Text from Home page’ is closed to new replies.