govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 50 forks source link

Post date #68

Closed humorman closed 9 years ago

humorman commented 9 years ago

Dear maker of Govpress

Thanks for a great theme, we are from Humorman.dk

And we have removed the post date with a plugin, but how do we remove the rest as seen on the picture?:

humorman___kilder_alle_de_rigtige_steder

Humorman.dk

devinsays commented 9 years ago

I would remove that plugin and instead use a child theme or the JetPack CSS module.

The CSS you need to hide this is:

.entry-header .entry-meta {
     display: none;
}