Hide Page Title

Discussion in 'BlogsTrend WordPress Theme' started by pinkseagull, Jul 22, 2014.

  1. pinkseagull

    pinkseagull New Member

    Joined:
    May 24, 2014
    Messages:
    9
    Likes Received:
    0
    Hi there

    Please could you give the CSS to hide the page title from appearing on the page for just that page?

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-id-2 .page_title{
    display:none;
    }
    Code above is for page with id-2. You need to add your page id of which you want to remove title.

    id.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page