Hide page title
-
Hello,
how can i adjust the theme css files so there is no title on my pages on the website?
I tested this code:
.page .entry-title, .page-title{
display:none;
}but that’s not working in the css i found this in the single page file:
<h1 class=”page-title”><?php the_title(); ?></h1>
Can i do something with this code?Thanks for the answer…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide page title’ is closed to new replies.