Remove Breadcrumb

Discussion in 'ColorWay WordPress Theme' started by johnonlineuk, Mar 25, 2013.

  1. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    I use colorway pro - how do I remove the breadcrumb?
     
  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:
    #crumbs {
    display: none;
    }
     
  3. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    Thanks it works but how do I reduce the gap where the breadcrumb used to be. This is on all the pages other than the homepage.
     
  4. Harshvardhan

    Harshvardhan Administrator

    Joined:
    Mar 23, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,

    For reducing breadcrumb gap use following code and
    Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS


    .content{
    padding-top:5px !important;
    }
    .content-info {
    padding-bottom:5px !important;
    }

    it will reduce your breadcrumb gap.

    Thanks
     

Share This Page