Removing Categories from the home page

Discussion in 'ClassiCraft WordPress Theme' started by everythingindian, Jan 4, 2014.

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

    everythingindian Member

    Joined:
    Dec 6, 2013
    Messages:
    32
    Likes Received:
    0
    Hi,

    Home Page displays categories .How can I remove that?

    In attached picture, I would like to remove Astrology ,Food+ etc. etc. displayed below the pictures of featured listing.
     

    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 Option > Styling Option > Custom CSS

    Code:
    #categories {
    display: none;
    }

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. everythingindian

    everythingindian Member

    Joined:
    Dec 6, 2013
    Messages:
    32
    Likes Received:
    0
    Thanks Gourav!!
    It worked.
     
Thread Status:
Not open for further replies.

Share This Page