page titles show up 3 times when you are on a page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 19, 2016.

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

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    This does not look good. Is there a way to have the page title show only 2 times when you visit a page? The webaddress is primestrategyinc.com I have attached a screenshot of this problem. Thanks, Sandra
     

    Attached Files:

  2. priya

    priya Guest

    Hello Sandra,

    Greetings from InkThemes!

    You can use either of two codes given below to remove the page title..

    1)
    Code:
    .page-heading h1 {
        display: none;
    }
    2)
    Code:
    #crumbs {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Perfect. Thank you. Sandra
     
  4. priya

    priya Guest

    You're welcome...:)

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page