How do I go about removing the header with the logo from just the index page?
Thanks in advance.
How do I go about removing the header with the logo from just the index page?
Thanks in advance.
Stacee Edwards
You can have a separate css file for each page that is used in addition to the main stylesheet.
In this stylesheet you can add a style for the div #headerWrapper something like:
#headerWrapper {display:none;}
The naming of the new stylesheet is very important. There are instructions in the CSS_read_me.txt file that is in includes / templates / template_default / css/
Hope that helps
Nik
Thank you Nik however, I added a css page into the correct template folder and named it index.css but it still didn't work. Any suggestions?
Stacee Edwards
I am so sorry. This thread seems to have slipped through the net!
Are you still having difficulties? If so just post to let me know and I'll have a look at it soonist!
Nick
Stacee
I see what you mean. I have trouble getting a ccs file to effect only the home page. Any other page, no problem.
I guess one way to approach it is to take the header out in stylesheet.css and then put it back in for every other page. Laborious way of doing it, though.
Does anyone else have ideas?
Nick
I am having the same problem.
Does anyone know how I might style a background image for the home page only?
I've tried a stylesheet called: index.css, but to no effect.
Thanks.
Answer found.
Just use the ID #indexHomeBody to style the home page differently.
Hope this helps others.![]()
How about to remove the header/footer from other pages?