Hi,
Since the update my no header pages are displaying a white block above the content. I tried following instructions found on the forum but the custom css hasn’t made a difference. Any suggestions?
Thank you!
Best,
Jonathan
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0;
}
Regards,
Yigit
Do I need to specify a page if I only want the header to not show on select pages?
Hey!
Yes you do if you would like to apply only on certain pages. Please add following code to Quick CSS instead
.page-id-4632 #main {
padding-top: 0 !important;
}
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
That worked, thanks Yigit!