• I’m trying to remove (or not show) the entry title on my home page. Does anyone know how to do that?

    Or changing that title without changing the menu name which is ‘Home’

    Thanks in advance!!

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    One way I can think of would be using:

    .home .site-title {
        display: none;
    }

    But that would only remove it from the front page and not page/single posts. If you want to remove it sitewide you can leave out .home but keep everything else. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Don't show the entry title on the homepage’ is closed to new replies.