How can I suppress the dates for the posts? The demo of Alizee does not show any dates and I found this to be a desirable feature.
Suppress post dates
awan
#2
Hi,
I just checking your site and I am not sure what cause the date post are hidden. Try to add this css code below using custom css plugin to display it:
.entry-date {
display: inherit;
}
bizmustdo
#3
Thank you. I learned a little about CSS and found my solution online and a way to suppress the calendar icon just before turning in last night. Thank you for responding.