Remove Page Titles

Discussion in 'Figero WordPress Theme' started by myallenmedia, Jan 28, 2014.

  1. myallenmedia

    myallenmedia Member

    Joined:
    Apr 2, 2013
    Messages:
    51
    Likes Received:
    0
    In the Figero theme, how do I remove the page titles from the page?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     h1.page-heading {
    display: none;
    } 
    This will solve your issue.
     

Share This Page