hide navigation bar, breadcrumbs, author, date and other info

Discussion in 'Compass WordPress Theme' started by naturalium, Dec 4, 2014.

  1. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Hello, how could I hide navigation bar that appears right under logo and main menu in pages? Just a fair line instead of dashed line would be great

    Also would like not to be shown breadcrumbs, cathegories, author, post date on posts

    Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .heading_container {
    border-bottom: none;
    border-top: 1px solid #d3d3d3;
    }
    .heading_container p {
    display: none;
    }
    .page_content .content_bar .post .post_meta {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page