Hi,
It would be way more simple to give the option to put the portfolio as homepage.
For portfolio list page: please refer: https://seatheme.net/documentation/art/index.html#frontpage
For single portfolio page, there is not the default option.
It is possible by re-direct plugin. like https://wordpress.org/plugins/simple-301-redirects/
=======================================
If you want to hide the header of single portfolio, it is possible by custom css(“Appearance > Customize : Additional CSS”), like:
.single-ux-portfoli #header {
display: none;
}
Regards!