How To Hide The Header & Footer from Portfolio Page
-
Hi,
I’m trying to see if there’s a way to hide the header and footer part from the pages that’s connected to my portfolio/gallery pages.
I tried muliple different way this is one css
.post-type-archive-portfolio .category #header {
display: none !important;
}
.post-type-archive-portfolio .category #footer {
display: none !important;
}or
.post-type-archive-portfolio .category .header {
display: none !important;
}
.post-type-archive-portfolio .category .footer {
display: none !important;
}But neither of them worked.
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How To Hide The Header & Footer from Portfolio Page’ is closed to new replies.