Hi,
i want to remove the title of all posts on the page, i searched the forum and found the below but it didnt work for me:
.single-post .title_container{
display: none;
}
hi erron ;
try with this :
.post-title .entry-title{display: none;}
Hey!
Thank you for coming back.
For the given link the code is:
.home .entry-content-header {
display: none !important;
}
Regards,
Günter
That did the trick! thankyou.