Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #231909

    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.

    #231964

    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

    #231966

    There is still a black bar near top of page.

    Please view matt-morse.com/contact-matt

    #231967

    Hi!

    Please add following code to Quick CSS as well

    .page-id-2703 #main { background-color: white; }

    Cheers!
    Yigit

    #232019

    Please view matt-morse.com/contact-matt

    That did not do anything.

    #232022

    Background is now white but content did not move up to top of page.

    #232045

    Hi!

    Please use this:

    .page-id-2703 #main {
    padding-top: 0 !important;
    margin-top: -150px !important;
    }

    Change the top margin value.

    Regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.