Only want to show parent categories

Discussion in 'GeoCraft WordPress Theme' started by kennypalmer, Feb 28, 2014.

  1. kennypalmer

    kennypalmer New Member

    Joined:
    Feb 27, 2014
    Messages:
    25
    Likes Received:
    0
    Hi,

    I only want to show parent categories on the sidebar of my website and not all the sub categories.

    I've probably overlooked the option to do this, but if you could tell me how to achieve this that would be great.

    Thank you.

    Kenny
     
  2. Nitesh

    Nitesh Support Staff

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

    For this set widget to show hierarchy.
    heirarchy.png
    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar .widget li li {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page