Hiding Tags from main page
-
Hello!
I’ve searched and searched forums and can’t seem to find what I’m looking for.
I’m needing to hide my tags from the main page of the site underneath the project titles. I’d still like the tags to exist in the backend, just not have them displayed on the main page.
Also, Is there anyway for me to move the title of each post above the featured image?
The blog I need help with is: (visible only to logged in users)
-
Hi tylerhencemadsen!
Give this a try.
div.entry-tags { display: none; }I’m not sure anything can be done with the title. I’ll poke around for a bit.
-
See if you can live with this:
header.entry-header.cf { position: absolute; top: -30px; } div.entry-tags { display: none; } -
-
- The topic ‘Hiding Tags from main page’ is closed to new replies.