- This topic has 3 replies, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Easiest way to hide header logo on Home page only?
Best approach for this? Would it be to make a new page template with a custom header.php or is there some .home command that will hide the header some way. I still want the nav bar, just not the logo/image.
Thanks,
Biagio
Yes you could add .home #header and add display: none; in most cases…..but that will turn off the entire header. So give that a try and see if it will work.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Great, Thanks Eric. That did the trick. One more question: is there any SEO penalty for doing that I need to be aware of?
Thanks,
Biagio
I don’t think it would be because search engines will still be able to see the code/text with no problem. The display: none is only for the design/display. So you won’t see it, but the code and the text will still be there.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com