Remove page titles

Discussion in 'Local Business WordPress Theme' started by gypsygal, Nov 15, 2012.

  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    Is there any way to remove the Top heading/Page titles from appearing on the Pages I create? 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;
    }
     

Share This Page