deleting or changing header for follow on pages
-
I have Hero, with the upgrade.
We have made a few CSS changes.
I’d like to have the exiting header with pics on front page , then
just name and menu on following pages.
Is that possible?
I’m sure other people have asked but I can’t find the exact answer/solution.
thanks (still working on site, hope to launch it soon!) -
You can hide the header image in the Hero image for all pages and then add it back to the home page like this:
.site-header img { display: none; } .home .site-header img { display: block; }Note that it will only work on the home page if you have some content defined there. Make sure you have setup content for your home page, see http://en.support.wordpress.com/not-found/
-
Thanks so much. That has removed
the header from the follow-on pp, but also removed header from home page. There is already content on the home page. Any suggestions? -
I checked your site and it looks like it’s working to me. You may not have had content setup on your home page when you posted your last note (which you needed to have in place for the CSS to work to keep the header image on the home page).
-
Thanks. yes, I got some help (css not my strong suit!) and got it up and running. We set up the home page with content again
One other thing.
is there a way to delete the date that comes up saying when a file
(e.g) pdf was loaded? (e.g. when you click in order to enlarge a pdf to read on my site, the date etc shows up above the link)
THANKS mb -
is there a way to delete the date that comes up saying when a file (e.g) pdf was loaded?
Could you link to a specific example?
- The topic ‘deleting or changing header for follow on pages’ is closed to new replies.