Hi everyone,
I use portfolio theme everthing is great.However I have a little problem which I can't solve.
That is I can't remove author name and publish date on the title of portfolio.
And the second one is looks like same.End of the page on releated posts I can't remove or hide the the date.
I need your helps.
Thanks very much.
                
Comments
1. To remove author and date from single portfolio pages, please use below css:
.post-meta .author-date { display: none !important; }2. To remove date from related items section, please use below css:.section-post-related .post-related .date_label { display: none !important; }