Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43751
    Wilfried
    Participant

    Hi there,
    I would like to have the entry titles displayed only on the static front page and not displayed on all other pages. How can I archive it?

    .page .entry-title { display: none; } works only for the whole site

    PS: the theme is great and thanks for your help.
    Willi

    #43770
    Wilfried
    Participant

    Found the solution on an older post:

    .page .entry-title { display: none; }
    .home.page .entry-title { display: block; }

    Willi

    #43783
    Sakin
    Keymaster

    @Wilfried: Yes, most of the questions has already been answered. Thanks for sharing the solution that you found out. Cheers 🙂

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