Remove Header Section from Ope Page pro

Discussion in 'One Page Pro WordPress Theme' started by colm, Apr 29, 2016.

  1. colm

    colm New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    Hi.

    How do I completely remove the header section from One Page pro theme.

    Documentation tells about how to configure the header but not how to choose "no header".
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Are you talking about the whole header section or just talking about black strip at the top most area ?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. colm

    colm New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    Priyanka.
    Ia am talking about completely removing the the whole header section.
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .header {
        display: none;
    }
    .sl-slider-wrapper {
        margin-top: -110px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. colm

    colm New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    Where on earth is Custom CSS field.

    Please give full path
     
  6. priya

    priya Guest

    Sorry for your trouble..

    Go to Dashboard=>Appearance=>Customize=>Theme Setting=>Custom Setting=>Custom CSS section and paste the code over there.

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page