How to remove Author and Category from a single portfolio page? [closed]

if not remove by code and other setting then try to hide it by using the css,
Use body class so it will not affect on other single pages

.single-portfolio .author, .single-portfolio .cat-links{display:none}
or 
.single-portfolio-item .author, .single-portfolio-item .cat-links{display:none}