Hello!
I have seen a thread about this, but it seems it got deleted. Can someone help me with removing Posted by, date and Filed under on the post pages?
Thank you very much.
HI,
just go to “Appeareance” then “editor” on the left.
open the style.css file and find :
.single .entry-meta {
float:left;
width:220px;
line-height:36px;
overflow:hidden;
}
replace with :
.single .entry-meta {
display: none;
/*float:left;*/
/*width:220px;*/
/*line-height:36px;*/
/*overflow:hidden;*/
}
hope this helps.
by
Thank you very much! It worked fine