Cyber Monday Sale!

Save up to $50 through December 5th.

Shop Now

Reply To: How to remove the date and author name from sticky post on blog

Home Forums Support How to remove the date and author name from sticky post on blog Reply To: How to remove the date and author name from sticky post on blog

Home Forums Support How to remove the date and author name from sticky post on blog Reply To: How to remove the date and author name from sticky post on blog

#190914
Kay

Hi again Tom!

I noticed today (2 May) that the date and author name has reappeared on my sticky post. Not sure why, I’ve not changed any code (maybe WP updating itself?). Anyway, I re-added the CSS code to my “style.unmin.css” here:

/* =Content
———————————————– */

.sticky .entry-meta {
display: none;
}
.hentry {
margin: 0 0 2em;
}
.posted-on .updated {
display: none;
}
.byline {
display: inline;

but it’s still not working. Any advice please? Thanks, Kay