Remove 'posted in' and 'previous/next entry' from portfolio
-
Hello!
I’m trying to remove the ‘Post Type’ info, and the arrow links that take you to previous/next projects in my portfolio. Any hot CSS tips?
Cheers
KieranThe blog I need help with is: (visible only to logged in users)
-
Please try the below code by adding it your custom CSS section:
footer.entry-footer { display: none; } span.meta-nav.primary-font { display: none }For future CSS customization question, please post it under the CSS session.
-
that’s great! it does exactly what i asked – however, i should have been clearer when asking…
that has removed the ‘previously’ and ‘next’ – but left the links to the ‘previous’ and ‘next’ pages themselves. is there a way to remove the links entirely?
-
-
- The topic ‘Remove 'posted in' and 'previous/next entry' from portfolio’ is closed to new replies.