.home #content article .entry-title {
display: none;
}
I was given the above in the past, but this hides all entry titles. How can I simply hide home.
.home #content article .entry-title {
display: none;
}
I was given the above in the past, but this hides all entry titles. How can I simply hide home.