Remove Page Title off Top of Page

Discussion in 'Themia WordPress Theme' started by nubian86, Jul 27, 2013.

  1. nubian86

    nubian86 New Member

    Joined:
    May 21, 2013
    Messages:
    11
    Likes Received:
    0
    How can I remove the page title from the top of the published pages? I want them to appear on the menu bar but not at the top of each page. Thanks

    http://www.979theagency.com
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper .side_content .post h1 {
    display: none;
    }
    .fullwidth h1 {
    display: none;
    }
    This will solve your issue.
     

Share This Page