Tagged: header, remove header
How Can I disable Header in Blog Posts???
But the Header must stay in Home Page.
Hey!
Try adding this code to the Quick CSS:
.single #header{
display: none;
}
Cheers!
Josue
Thanks a lot, mate! Worked like a Charm! ^_^
You are welcome, always glad to help :)
Regards,
Josue