Title: Remove ALL posts meta data?
Last modified: April 21, 2018

---

# Remove ALL posts meta data?

 *  Resolved [styzer](https://wordpress.org/support/users/styzer/)
 * (@styzer)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-all-posts-meta-data/)
 * Hi guys, I looked at the documentation and tried a few Simple/Custom CSS variations
   to remove the posts meta data
 *     ```
       (.post-meta {
           display: none;
       }
       ```
   
 *     ```
       .ul.meta {
       	display: none;
       }
       ```
   
 *     ```
       .ul.meta.clr {
       	display: none;
       }
       ```
   
 * So can you tell me how to disable meta data on all posts across the site? Or 
   do I need to use a plugin or edit the PHP functions?
 * ONE MORE: I was able to change the hover color for the top menu, and footer, 
   but the sidebar uses the same colors and in this case it’s not working due to
   the background color being lighter. Where can I adjust the hover color on the
   sidebar?
 * Thanks!
 * Andre
    -  This topic was modified 8 years, 1 month ago by [styzer](https://wordpress.org/support/users/styzer/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-all-posts-meta-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-all-posts-meta-data/#post-10205523)
 * Hello, for the meta, go to the Blog > Blog Entries and Single Post section of
   the customizer, and click the eye icon on Meta.
    For the sidebar use this css
   code:
 *     ```
       .widget-area a:hover {
           color: #000;
       }
       ```
   
 *  Thread Starter [styzer](https://wordpress.org/support/users/styzer/)
 * (@styzer)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-all-posts-meta-data/#post-10206340)
 * Perfect, thanks!
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-all-posts-meta-data/#post-10206886)
 * You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove ALL posts meta data?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)

 * 3 replies
 * 2 participants
 * Last reply from: [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/remove-all-posts-meta-data/#post-10206886)
 * Status: resolved