removing breadcrumb from Cloriato

Discussion in 'Cloriato WordPress Theme' started by mbrockle, Jun 2, 2013.

  1. mbrockle

    mbrockle New Member

    Joined:
    Jan 23, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Norfolk UK
    I have tried to remove the breadcrumb from the pages in www.admplumbingandheating.co.uk and used the code suggested in another thread:
    .heading_container {
    display: none;
    }

    i have put it in the theme options css field but it has no effect

    can you help please as I want to remove the Breadcrumb and leave the title
     
  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:
    .content_wrapper #crumbs {
    display: none;
    }
     

Share This Page