Remove home > page

Discussion in 'Woodpecker WordPress Business Theme' started by crystal0811, Mar 11, 2014.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'd like to remove home > page that appears at the top of every page.


    http://jacobwilliamswinery.com/jacob-williams-winery/


    I'm in the process of changing themes for the winery. I had to switch back to the original cloriato theme. I hope you can still help me make changes to the woodpecker pro theme.

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .brd-crm {
    display: none;
    } 
    This will solve your issue.
     

Share This Page