Plain text blank page - no header

Discussion in 'ColorWay WordPress Theme' started by toniakrebs, Aug 14, 2013.

Thread Status:
Not open for further replies.
  1. toniakrebs

    toniakrebs New Member

    Joined:
    Oct 19, 2012
    Messages:
    13
    Likes Received:
    0
    Hi, is it possible within the colorway theme to have a blank page which I can just add text and links to? If not, can you suggest a compatible plugin that can do this.
    I don't want the header/footer etc?
    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to Pages > Add New

    and create your page and add your text and link there, After that please share the link of that page will provide code for removing header and footer for that particular page.
     
  3. toniakrebs

    toniakrebs New Member

    Joined:
    Oct 19, 2012
    Messages:
    13
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page.page-id-539 .header {
    display: none;
    }
    .page.page-id-539 .footer-navi {
    display: none;
    }
    .page.page-id-539 .footer-container {
    display: none;
    }
    This will solve your issue.
     
  5. toniakrebs

    toniakrebs New Member

    Joined:
    Oct 19, 2012
    Messages:
    13
    Likes Received:
    0
    Excellent, thank you so much. :)
     
Thread Status:
Not open for further replies.

Share This Page