Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #332468

    Hello,
    Please check http://www.destartpartner.nl/start

    I want to remove the complete header area: the white space from the top till the first read color section. How can I do this?
    Thanks for your help!
    Martine

    #332475

    Hi famewebdesign!

    Please add following code to Quick CSS

    header#header {
    display: none;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }

    Cheers!
    Yigit

    #332494

    Hi Yigit!

    Thanks for your help.

    Added the code but header is still there … Want am I doing wrong?

    #332498

    Hi!

    Please add !important rule to second code as following

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0 !important;
    }

    Best regards,
    Yigit

    #332504

    Yes, that’s it!
    Thanks Yigit!

    #332506

    Hey!

    You are welcome :) Nice website! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘remove complete header area’ is closed to new replies.