Removing title header from all page

Discussion in 'BlackBird WordPress Theme' started by bcy998, Nov 1, 2012.

  1. bcy998

    bcy998 New Member

    Joined:
    Oct 14, 2012
    Messages:
    5
    Likes Received:
    0
    Hello again,

    I was wondering how i would be able to remove the header of each title page.

    E.g. when i create a new page such as 'Contact Us' then go to that page, i see that the heading 'Contact Us' is there. How would i be able to remove this from all pages i have created?

    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:
    .page-heading h1{
    display:none;
    }
     
    sooraj likes this.

Share This Page