Remove date, author and navigation
-
Hello.
I’m using a Gateway Theme, and I’d love to hide the date, the author of the posts and the navigation between posts, but i can’t find the way.
Which is the CSS code to do that?
Thanks in advance!The blog I need help with is: (visible only to logged in users)
-
Hi there, I see you have gotten this taken care of with the following two custom CSS rules.
.entry-author-link, .entry-permalink, .entry-date, .entry-meta { display: none; } .nav-links { display: none; }If I’m mistaken, or if you need more help on this, let me know.
-
-
- The topic ‘Remove date, author and navigation’ is closed to new replies.