Navigation / page path

Discussion in 'ColorWay WordPress Theme' started by teroki, Oct 29, 2012.

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

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Hi. Under the navigation bar, there is text that shows the page path.
    How can I remove the page path -line from the pages?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #crumbs{
    display:none;
    }
    
     
  3. teroki

    teroki New Member

    Joined:
    Oct 25, 2012
    Messages:
    21
    Likes Received:
    1
    Thanks, that solved it.
     
    arcainsula likes this.
Thread Status:
Not open for further replies.

Share This Page