The solution was the name of the footer who was not classic :
Here is the correct code :
.page-id-14097 footer#colophon {display: none;}
Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting
Thank you but what do you mean ?
This is not a troubleshooting from my point of view. I just cannot hide the footer from my page cause I don’t know how to make it work with the correct code.
Is it something special to do with the add-on that will help me ?
Hi,
Thank you but like I said, I already check posts.
I did as they say by adding code in my CSS
.page-id-14097 #footer{display:none;}
But it not work
I add this code to :
#footer { display: none; }
.home #footer { display: block; }
But nothing happen to.
I don’t know how to do…
Thank you,
Olivier