Tagged: date and time, newscardpro
we would like to remove the date and month display option in each post display.. How it can be done ??
Hi josevamattathil,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.entry-meta .date { display: none; }
Thanks