Remove header section

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Feb 17, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the header section comletely, so that the menu is flush with the top of the page.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please use the css code given below.

    Code:
    .top-wrapper {
    display: none;
    }
    Thanks,
    Praveen
     

Share This Page