Roadfighter - Disable Breadcrumbs

Discussion in 'RoadFighter WordPress Theme' started by kristine1g, May 8, 2016.

  1. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    I searched through Roadfighter forum and can't find anything on how to turn off (1) breadcrumbs and (2) Page Titles. Please advise. Thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    To turn off breadcrumbs, code is given below..
    Code:
    div#crumbs {
        display: none;
    }
    To remove page title, code is as follow.
    Code:
    .content-bar h1 {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page