Hi
To hide the date, author information on posts I have tried the following codes in CSS but not worked:
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}
then I used the following but still not working
.author-icon, .clock-icon { display: none; }
I am using Minimize theme. My web link is Please suggest me.