How to Remove - Home » (Name of Page)

Discussion in 'RoadFighter WordPress Theme' started by inbold, Jan 9, 2014.

  1. inbold

    inbold New Member

    Joined:
    Apr 24, 2013
    Messages:
    20
    Likes Received:
    0
    At the top of each page, below the heading space it shows the link of where the page is.
    For example, on a page named "About us"

    It shows Home » About us.


    How do I remove that?
    Thank you.
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #crumbs {
    display: none;
    }
     

Share This Page