Eliminate the Page title on the page itself

Discussion in 'ColorWay WordPress Theme' started by giterdone, Jul 24, 2014.

  1. giterdone

    giterdone New Member

    Joined:
    Dec 20, 2012
    Messages:
    13
    Likes Received:
    0
    Hello and thank you in advance.
    I would like to rid my pages of the titles,
    I have some pages that the title does not show up, and some that do show on the page at the very top.

    Would you please tell me how to eliminate the page titles from appearing on the pages?

    Thank you so much!
     
  2. giterdone

    giterdone New Member

    Joined:
    Dec 20, 2012
    Messages:
    13
    Likes Received:
    0
  3. Gourav

    Gourav Support Staff

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

    The website link you have sent is not working, it seems that there is some text missing in the web address. So check the link again and resend to us. So that we can check your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  4. giterdone

    giterdone New Member

    Joined:
    Dec 20, 2012
    Messages:
    13
    Likes Received:
    0
  5. Gourav

    Gourav Support Staff

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

    Again same error. Please check your website link again and resend to us. So that we can check your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  6. giterdone

    giterdone New Member

    Joined:
    Dec 20, 2012
    Messages:
    13
    Likes Received:
    0
    My apologies, it is corrected.

    This page is titled Special Benefits and the title appears at the top of the page:
    http://www.hypnotherapy-utah.com/wordpress/?page_id=1022


    This page is titled Testimonials, but the Title is not in the body (at the top of the content)
    http://www.hypnotherapy-utah.com/wordpress/?page_id=26

    This second example is what I want to accomplish-- to Not show the title on the page at the top,
    as on the Testimonials page.
    Would you please tell me how to eliminate the page titles from appearing on the pages?

    Thank you.
     
  7. 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:
    div#content h1 {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  8. giterdone

    giterdone New Member

    Joined:
    Dec 20, 2012
    Messages:
    13
    Likes Received:
    0
    Thank you Gourav
     

Share This Page