remove the page name heading on the page

Discussion in 'Squirrel WordPress Theme' started by josh, Feb 2, 2013.

Thread Status:
Not open for further replies.
  1. josh

    josh Guest

    Joined:
    Jun 5, 2012
    Messages:
    7
    Likes Received:
    1
    is it possible to remove the page name as a heading one the page?

    for example it ahve a page called 'about and contact' i do not wish to display this as a heading at the top of the page

    thanks

    josh
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    .page_title {
    display: none;
    }
    
    This will resolve your issue.

    Thanks.
     
  3. josh

    josh Guest

    Joined:
    Jun 5, 2012
    Messages:
    7
    Likes Received:
    1
    that worked well, thanks!
     
Thread Status:
Not open for further replies.

Share This Page