Re: remove date and author from portfolio

#1553
admin
Participant

Hello Stanley,

Quote:
i have exhausted google trying to find out how to remove date and author from the portfolios.

Please follow the simple steps.

Go to `Appearance > Customize > Theme Custom CSS`
Use the following CSS Code Snippet to remove date and author from the portfolio single pages

.single-jetpack-portfolio .entry-meta-header {
display: none;
}[/CODE]

Thanks[CODE].single-jetpack-portfolio .entry-meta-header {
display: none;
}[/CODE]

Thanks