How do I remove author, date tags from pages and posts?
-
I copied the Oxygen CSS file into the custom CSS and added the following code to the end:
.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }
.entry-meta { display: none; }It is still not working!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How do I remove author, date tags from pages and posts?’ is closed to new replies.