Remove Page Title from top of pages

Discussion in 'Themia WordPress Theme' started by bamsefar, Mar 6, 2013.

Thread Status:
Not open for further replies.
  1. bamsefar

    bamsefar New Member

    Joined:
    Mar 6, 2013
    Messages:
    2
    Likes Received:
    0
    Hi

    Pages are showing the title of the page (the title I gave the page when I created it) at the very top of the page as text.

    Is there a way to remove these page titles from appearing as text on the page?

    I'm using Themia Pro Responsive.

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .post h1 {
    display: none;
    }
    .fullwidth h1 {
    display: none;
    }
    this will solve your issue.
     
  3. bamsefar

    bamsefar New Member

    Joined:
    Mar 6, 2013
    Messages:
    2
    Likes Received:
    0
    Perfect. That worked like a charm.

    Thank you very much!
     
Thread Status:
Not open for further replies.

Share This Page