Remove the Breadcrumbs

Discussion in 'Woodpecker WordPress Business Theme' started by pdonov, Jan 14, 2014.

  1. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    Is there a way to remove the breadcrumbs on the template and fullwidth pages?
    Also is there a way to remove the darkening only the template and full width image?

    Thanks
    Pat
     
  2. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Try this for the first issue:
    #crumbs{
    display:none;
    }

    For the second thing this code might help:
    .container {
    box-shadow: none!important;
    }

    Cheers !!!


     

Share This Page