Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Remove ALL posts meta data?

$
0
0

Replies: 0

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 12 minutes ago by styzer.

Viewing all articles
Browse latest Browse all 59525

Trending Articles