How can I edit the front page so that the page ends after the title?

Discussion in 'ColorWay WordPress Theme' started by genelle, May 15, 2013.

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

    genelle New Member

    Joined:
    May 13, 2013
    Messages:
    3
    Likes Received:
    0
    I want my front page to display only the slider and the title and not any of the other posts/pictures that come after the title. Grateful if someone could provide some (fairly easy) insight as to how I may get this done.

    thanks,
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #content, blockquote {
    display: none;}
    To remove footer

    Code:
    .footer-container {
    display: none;}
     
  3. genelle

    genelle New Member

    Joined:
    May 13, 2013
    Messages:
    3
    Likes Received:
    0
    Worked like a charm.... THANKS!!!
     
Thread Status:
Not open for further replies.

Share This Page