This topic has 1 reply, 2 voices, and was last updated 10 years by Catalin.

  • Author

    Tagged: 

  • #19663
     broadsword
    Participant

    How would we go about globally disabling the title bar? I can see how to hide it on a page-by-page basis, but we need to remove it from like 500 pages.

    #20015
     Catalin
    Moderator

    Hi, yes you can achieve that. Sorry for the late reply. Just go and to Theme options and do the following:
    – in Layout settings – set Page Title location to Main section
    – Header options – Show breadcrumb – OFF
    – Main menu info – empty’

    Then the title section should disappear. If you want to hide the title that shows in the main area now, hide it by adding this CSS

    COPY CODE
    
    h1.page-title {
        display: none;
    }
    

    Make sure to have the latest theme version 1.5 installed.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?