WordPress Themes, Plugins and HTML Templates › Forums › Candela WordPress Theme › remove date and author from portfolio › Re: remove date and author from portfolio
March 21, 2015 at 7:29 pm
#1552
stanley
Participant
i have tried all of these as well as some others in the custom css:
.single-jetpack-portfolio .post-meta-data {
display: none;
}
.archive.tax-jetpack-portfolio-type .entry-title {
display: none;
}
.archive.tax-jetpack-portfolio-type article.post-archive .post-meta-data {
display: none;
}
.archive.tax-jetpack-portfolio-type .entry-archive-title {
display: none;
}