How do I remove page titles in Swiftray

Discussion in 'SwiftRay WordPress Theme' started by erinbro, Jul 20, 2014.

  1. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    How do I remove page titles in Swiftray. Have tried

    .page-heading h1{
    display:none;
    }

    and variations of this, as per your instructions to others, but it is not working.

    Thanks.

    Erin


     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1.page_title {
    display: none;
    } 


    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page