Hiding titles for certain post types
-
I hide titles for these post types:
/* Hide Titles */ .format-aside .entry-title, .format-image .entry-title, .format-link .entry-title, .format-quote .entry-title, .format-status .entry-title, .category-list { visibility: hidden; }
However, that means that there is still an empty spot within the parent block where the title would have appeared. How do I make it such that the titles are hidden and there is not a space where they were?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hiding titles for certain post types’ is closed to new replies.