I’m trying to remove the header and nav from a page on our site and have tried putting code I found elsewhere in the forum –
.page-id-4386 #header { display: none; }
.page-id-4386 .fixed_header.social_header #main {
padding-top: 0; }
into the quickcss section but it didn’t change anything. Was wondering if anyone could provide some help with this?
To be clear, I want to remove the main header where the logo, nav etc. resides. If someone could please provide the code info, that would be great.
Hi!
That code should work, can you post a link to Page 4386?
Cheers!
Josue
Hey!
You have a typo in your code, there is a media query wrapping the code:
@media only screen and (max-width: 1140px) {
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
padding: 0px 4px; }
.page-id-4386 #header { display: none; }
.page-id-4386 .fixed_header.social_header #main {
padding-top: 0; }
Best regards,
Josue