Remove background for breadcrumbs on other pages

Discussion in 'StartPoint Business One Page WordPress Theme' started by ocfloyd, Jul 7, 2015.

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

    ocfloyd New Member

    Joined:
    Jul 4, 2015
    Messages:
    6
    Likes Received:
    0
    I have no need for the bread crumbs found on other pages. I was able to remove the bread crumb text but I would like to remove the bar/row background as well. It looks like the bar has a sepia image of clouds.

    Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .breadcrum-wrapper {
      display: none !important;
    }
    Thanks,
    Praveen
     
  3. ocfloyd

    ocfloyd New Member

    Joined:
    Jul 4, 2015
    Messages:
    6
    Likes Received:
    0
    That does it, Thank you.
     
Thread Status:
Not open for further replies.

Share This Page