H1 entry title appears in the question list and question page.
I want to see H1 title only in the question page.
I remove H1 title with this code in the question list
h1 {
display: none;
}
but it is also removed from the question page.
I would be happy if you can help me. Thanks.