Deleting Date/Time, Specifically
-
Hi, I need help deleting the date and time stamp in the Autofocus. I’ve added various code which did not alleviate the issue.
Here a few things I’ve tried:
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}AND:
body .entry-meta .entry-author-link {
display: none;
}ALSO:
.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }
.entry-meta { display: none; }Any new suggestions? Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
-
Thanks, Daschultemn… you rock! That worked on the actual posts. Any suggestions for the dates on the main page?
-
-
-
-
- The topic ‘Deleting Date/Time, Specifically’ is closed to new replies.