Home Forums Trusted title page

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12261
    zipper75
    Participant

    Hello, I’m sorry, but I need not to show the title of the home page, is it possible to remove it? thanks for any reply.

     

    congratulations, the theme is truly spectacular.

    Rino aka Zipper75

    #12262
    zipper75
    Participant

    thanks, I solved it like this

    .header-title { display: none; }

    adding it as an additional css

    #12264
    Andy
    Keymaster

    The CSS you posted – .header-title { display: none; } – will remove the page title across all pages of your site.

    If you want to remove the title only on the home page, use this instead: .home .header-title { display: none; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘title page’ is closed to new replies.