TwentyTwelve: Remove entry title from home page ONLY
-
Having real trouble getting this to work on my localhost setup, any ideas why? I have my front page set to show a static page and I’d like to remove the entry title from that page/post only.
.home .entry-title { display: none; }
Tried the above code with no luck. I also tried using the actual post’s class as follows:
.post-4 .entry-title { display: none; !important }
I’m using Twenty Twelve.Any advice welcomed and no links available as it’s local.
Many thanks in advance
Terry
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘TwentyTwelve: Remove entry title from home page ONLY’ is closed to new replies.