To hide your related portfolio items within a single portfolio post, please follow these steps:
1) Navigate to Theme Options => Custom CSS.
2) Copy and paste into the Custom CSS option this CSS code:
`.related-projects.container {
display: none;
}`
3) Save your theme options.