Pages CSS:
article.page .entry-header { display: none; }
Posts CSS:
.single #content .entry-header { display: none; }
go to ../template-parts/content-page
`<header class=”entry-header”>
<?php the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ ); ?>
</header>`
remove the above or the code similar to above.
i suggest you try CSS first and if that does not work, go to theme files, but i am quite positive that my CSS code above will do the trick for you!
CustomizrLuvr: thanks so much but css code not working.
thanks
zeeshan
Link to your site please!
Try this:
.page .entry-title {
display: none;
}
or
.page .entry-header {
display: none;
}
it did not work for you?
i know it works for sure because i use it for myself !!!
.page .entry-title {
display: none;
}
Maybe it’s a caching issue.
CustomizrLuvr thanks many times but really surprise that perfect css code is not working even clear cache many times and also login from different browsers
Hi,
Do you want titles not to be shown for pages only or posts too?
Can you show a screenshot of where you have placed your code? Is it child theme’s style.css? Or is it it the custom css?
hmm… must be some other issue
Hi: Menaka S. i don’t want to show all pages titles only on pages.
thanks for reply and great services.
Hi: CustomizrLuvr your css code did the job :
.page .entry-title {
display: none;
}