contacts

Buy All 98 Premium WordPress Themes for $59.99
No Additional Fees, Pay Once and Use Unlimited Time for Unlimited Domains, Free Lifetime Updates

Hide Project Info from Single Project Page

Hide Project Info from Single Project Page

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

Leave a Reply