How to remove page titles

Discussion in 'Compass WordPress Theme' started by v4sb, Sep 29, 2014.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    How do I remove the page titles so that they are not visible?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

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

    .content_bar h1
    {
    display:none;
    }

    Thanks & Regards
    Pramod Patel
     

Share This Page