Page name and nav bar

Discussion in 'ColorWay WordPress Theme' started by antoniamaslin, Mar 4, 2013.

  1. antoniamaslin

    antoniamaslin New Member

    Joined:
    May 11, 2012
    Messages:
    7
    Likes Received:
    0
    How do I remove the page name from all pages? (e.g) Contact us page, the contact us doesn't automatically become the title

    Also, how do i remove the two lines from the nav bar?

    Thanks
     
  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:
    .content-wrap .contact h2 {
    display: none;
    }
    .content-wrapper h2 {
    display: none;
    }
    .header .menu-bar {
    border-top: none!important;
    border-bottom: none!important;
    }
     

Share This Page