View Full Version : LOSE HEADER on Homepage, keep on rest ?
voicelit
Mar-08-2008, 10:25 PM
How can I get rid of my header on my home page , but keep it on all the other pages ?
Some answers on this forum to questions like this have come ever so close but seem to miss one detail for beginners.
Thanks for any help.
Marty ( photofur, voicelit, http://photofur.smugmug.com/)
denisegoldberg
Mar-09-2008, 03:21 AM
How can I get rid of my header on my home page , but keep it on all the other pages ?
Some answers on this forum to questions like this have come ever so close but seem to miss one detail for beginners.
Thanks for any help.
Marty ( photofur, voicelit, http://photofur.smugmug.com/)
I'm a little confused by what you are asking here. I took a look at your site, and you have something called myBanner and something called myHeader. Based on your question, I'm thinking that you want to show the banner on your home page and the entry called myHeader on all other pages.
If you are asking to show myHeader on all pages except for your home page, your CSS is currently flipped. Change it to
#myHeader {display: block;}
.homepage #myHeader {display: none;}
If I misunderstood your question, please rephrase!
--- Denise
voicelit
Mar-09-2008, 08:37 AM
Denise, thanks...
What it is ... is : I didn't / don't want the HEADER on my homepage . There I've got the BANNER. I guess , what confused you was that I changed the words in the HEADER last night to see if I could make it so I didn't mind it so much. Use to just be the title of the site like the BANNER is now. Just added the BANNER a day or so ago.
So : no HEADER homepage; HEADER on all other pages.
Do you know how to change the MYHEADER colors , size, font? Except for the 3 or for 4 exceptions. In my HEADER CSS , I've got : MyHEADER, My HEADER2, MyHEADER3, MyHEADER4. But up in my CSS , I've only got some exceptions like {block}, {display none} all that stuff, and a font #color for one of them. Guess soon I'll have some other line of CSS type stuff for "don't show header on homepage."
Thanks for your help,
Marty (photofur, voicelit , http://photofur.smugmug.com/ )
How can I get rid of my header on my home page , but keep it on all the other pages ?
Some answers on this forum to questions like this have come ever so close but seem to miss one detail for beginners.
Thanks for any help.
Marty ( photofur, voicelit, http://photofur.smugmug.com/)
denisegoldberg
Mar-09-2008, 09:09 AM
Denise, thanks...
What it is ... is : I didn't / don't want the HEADER on my homepage . There I've got the BANNER. I guess , what confused you was that I changed the words in the HEADER last night to see if I could make it so I didn't mind it so much. Use to just be the title of the site like the BANNER is now. Just added the BANNER a day or so ago.
So : no HEADER homepage; HEADER on all other pages.
Did you try the CSS in my previous post? That puts you header on all pages except for the homepage, removes the header from the homepage, and you already have the banner showing on your homepage.
--- Denise
voicelit
Mar-09-2008, 09:17 AM
OKay.. Denise.
All's well....
No word on how to change header colors, font etc ?
Thanks for all your help.
Next : how drop search box below BANNER ? will post afreash.
Marty (http://photofur.smugmug.com/)
Did you try the CSS in my previous post? That puts you header on all pages except for the homepage, removes the header from the homepage, and you already have the banner showing on your homepage.
--- Denise
denisegoldberg
Mar-09-2008, 09:28 AM
No word on how to change header colors, font etc ?
To change colors and font, just add to the css for that div. For example:
#myHeader {
font-size: 90%;
color: blue;
}
Hex color codes are available in many places. This is the site I use most often - http://www.december.com/html/spec/color.html.
Fonts can be specified in several different ways. I use % instead of px (pixels). With %, if the user changes the font size on their browser, my page will change.
--- Denise
voicelit
Mar-10-2008, 09:55 AM
THANKS, DENISE...
Worked like a charm. You got that caped angel about you.
Marty (http://photofur.smugmug.com/)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.