Remove the breadcrumb navigation

Discussion in 'Infoway WordPress Theme' started by hollandthomas, Mar 25, 2013.

  1. hollandthomas

    hollandthomas New Member

    Joined:
    Feb 25, 2013
    Messages:
    11
    Likes Received:
    0
    Location:
    Melbourne Australia
    Hi, can we remove the breadcrumb navigation from our site www.homevisiting.com.au

    This will allow us more screen space under the menu bar at the top of each page.

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .heading_container {
    display: none;
    }
     
  3. hollandthomas

    hollandthomas New Member

    Joined:
    Feb 25, 2013
    Messages:
    11
    Likes Received:
    0
    Location:
    Melbourne Australia
    Hi Gourav,

    The above took the text out of the navigation but we would also like the 'grey' box removed also.

    Thank you.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello HollandThomas,
    The code provided by Gourav in the previous reply are working perfectly in our side, it is removing both breadcrumb text as well as the
    Grey box.
    You can also paste the code given below instead of the above replied code in the custom CSS in your dashboard.
    Code:
    .heading_wrapper {
    display: none;
    }
    This will also remove the breadcrumb text as well as the Grey box.
     
  5. hollandthomas

    hollandthomas New Member

    Joined:
    Feb 25, 2013
    Messages:
    11
    Likes Received:
    0
    Location:
    Melbourne Australia
    Hi, thanks for your replies. As it turns out, both lots of code you have supplied to remove the breadcrumb and grey box work. I'm not sure what we had done wrong with the first bit of code.

    Thank you!
     

Share This Page