By default in Projects single page, we display a project Thumbnail, Project short info, release date, client, etc. But if you need to display a more minimalistic view of the project single page, you can hide these sections. It will require a small change. Here are all of the necessary steps:
1.Login to your WordPress Admin Panel
2. Navigate to Left Menu -> Appearance -> Customize
3. Open ‘Additional CSS’ section
4. Insert the following code:
#portfolio .col-4, #portfolio .col-8 {
display: none !important;
}
4. Save changes