Is there a way to use custom fields to remove the header container from one specific page?
I am using prettyPhoto to open a Contact Form (matt-morse.com/contact-matt) but would like to remove the header space.
Hey mattmorse!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_stretched #wrap_all {
background-color: white;
}
.page-id-2703 #main > div { border: none !important; }
Regards,
Yigit
There is still a black bar near top of page.
Please view matt-morse.com/contact-matt
Hi!
Please add following code to Quick CSS as well
.page-id-2703 #main { background-color: white; }
Cheers!
Yigit
Please view matt-morse.com/contact-matt
That did not do anything.
Background is now white but content did not move up to top of page.