Suppress Home Page Featured Section

Discussion in 'Figero WordPress Theme' started by rmvc, Feb 7, 2015.

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

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Hi
    How do I suppress the Home Page Featured Section
    Thanks
     
  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .index-container .content, .index-container .box {
    display: none !important;
    }
    Thanks,
    Praveen
     
  3. rmvc

    rmvc Member

    Joined:
    Mar 9, 2013
    Messages:
    52
    Likes Received:
    0
    Thanks for the quick response Praveen
     
Thread Status:
Not open for further replies.

Share This Page