Remove Page Titles

Discussion in 'Cloriato WordPress Theme' started by boy1der, Sep 27, 2017.

  1. boy1der

    boy1der New Member

    Joined:
    Sep 26, 2017
    Messages:
    1
    Likes Received:
    0
    I want to use my own custom page titles. How do I remove the "Default" page title?
    page-titles.PNG
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

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

    Code:
    .col-md-8.col-sm-8 .content h1 {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. mountaineerit

    mountaineerit New Member

    Joined:
    Dec 2, 2017
    Messages:
    2
    Likes Received:
    1
    Hello, I have the same issue, and I have applied some of the different custom CSS that is posted on this site but still not able to remove the title bar.
    upload_2017-12-19_13-29-15.png

    I'm using the compass-Pro WordPress Theme, is it possible this theme may require a custom CSS header command?
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Just to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings

    Code:
    .page_content .heading_container {
        display: none;
    }
    Hope this helps.

    Do let me know if you need further help.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page