I want to delete the date from all posts, i have tried this in the ccs options but it doesnt work .entry-date { display: none; } any suggestions would be great thanks in advance Mick
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .post .post_date { display: none; }