I want delete this line with ”by author, date and comments”…
It’s possible? Please…
.
(@techievous)
If you just want to remove “by author, date, and comment,” then please use this:
span.author, span.date, span.comment {
display: none;
}
If you want to remove the entire .entry-meta line, then please use this:
.entry-meta {
display: none;
}
Your theme has a Custom CSS box in Appearance –> Theme Options –> General Settings –> scroll down a little and you’ll see the custom CSS box. You can copy-paste the code you’d like to use into there.
Ah ok! Thank you VERY MUCH! I love this theme, it’s gret! Thanks again, Techievous!
.
(@techievous)
If the issue has been resolved, could you please mark this topic as “resolved”? That would be much appreciated, thank you.