Hide Homepage Sections

Discussion in 'Foogo Pro WordPress Theme' started by rexmanaster, Mar 1, 2015.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    i only want to display on the homepage the very top section and the footer. how can i hide all other homepage sections, as shown in the screenshot?

    thanks,
    Rex
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Rex !

    Please paste given code in custom CSS section
    Appearance=> Theme Options=>styling options

    Code:
    .home div#content_wrapper {
      display: none;
    }
    Thanks & Regards
    Pramod Patel
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    outstanding, as always.

    thanks!
    rex
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page