How To Remove Bread Crumbs in Colorway

Discussion in 'ColorWay WordPress Theme' started by Carroll, Sep 4, 2014.

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

    Carroll New Member

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    1
    Hello,

    Can I remove bread crumbs in Colorway by adding CSS?

    Thank you,
    Carroll
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .div#crumbs
    {
    display:none;
    }
    
    Thanks & Regards
    Pramod
     
  3. Carroll

    Carroll New Member

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    1
    Many thanks, Pramod.

    Your support is awesome!

    Carroll
     
Thread Status:
Not open for further replies.

Share This Page