Hide footer/header css script doesn’t work
-
I want hide footer and header in a specific page, I tried these css script:
.page-id-6253 .top_bar {
display: none;
}.page-id-6253 .footer_bar {
display: none;
}or
.page-id-6253 footer{
display:none;
}
.page-id-6253 header{
display:none;
}but it doesn’t work, what I’m doing wrong?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide footer/header css script doesn’t work’ is closed to new replies.