How do we remove the : Recently Added, Premium Ads, Popular Ads, GridView, ListView from home page ?

Discussion in 'ClassiCraft WordPress Theme' started by robo, Sep 27, 2013.

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

    robo New Member

    Joined:
    Jun 9, 2013
    Messages:
    12
    Likes Received:
    0
    How do we remove the : Recently Added, Premium Ads, Popular Ads, GridView, ListView from home page.


    A screen shot is attached herewith for your reference
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Settings > Theme Options > Styling Option > Custom CSS

    Code:
    #wrap header {
    display: none;
    }
    This will solve your issue.
     
  3. robo

    robo New Member

    Joined:
    Jun 9, 2013
    Messages:
    12
    Likes Received:
    0
    Hi Gourav, Thanks alot, this code has certainly taken off the headers as shown in the screenshot attached above, but it still shows 5 recent ads below it ( i want to clean up these ads well, now i know using dashboard i can control how many recent ads will be shown on main page and the minimum is 1. But i want to completly turn it off( no recent ads shown on the main page). Please help.
     
  4. 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 {
    display: none;
    }
     
  5. robo

    robo New Member

    Joined:
    Jun 9, 2013
    Messages:
    12
    Likes Received:
    0
    Awesome! Thanks it worked :)
     
Thread Status:
Not open for further replies.

Share This Page