Page Titles

Discussion in 'Traffica WordPress Theme' started by garfie, Jan 16, 2018.

  1. garfie

    garfie Member

    Joined:
    Dec 27, 2017
    Messages:
    32
    Likes Received:
    0
    Hi,
    Can you tell me how I can remove the "page name" from the top of each page on the Traffica Pro theme?
    For example, I have a page called "Contact". It shows up in the menu (no problem), shows up in the bread crumb (no problem) but I don't need it again at the top of each page. I don't want the page name to apprear on any pages. Thanks!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make the desired changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_heading_container .page_heading_content h1 {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. garfie

    garfie Member

    Joined:
    Dec 27, 2017
    Messages:
    32
    Likes Received:
    0
    Hi Akbar,
    That removed the one higher than the page title. I was able to play around with it and finally figure it out.
    .page-title {display: none;} removed the one I wanted. Thank you.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Sounds pleasant.:)
     

Share This Page