Remove Breadcrumbs

Discussion in 'Compass WordPress Theme' started by crystal0811, Sep 13, 2015.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I am trying to remove breadcrumbs. This is what I entered into the Custom CSS.

    .brd-crm {
    display: none;
    }

    Unfortunately nothing happens.
     
  2. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily remove breadcrumbs, you just all have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .heading_container {
        display: none !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page