Title: Portfolio shortcode display
Last modified: December 27, 2021

---

# Portfolio shortcode display

 *  Resolved [helen2022](https://wordpress.org/support/users/helen2022/)
 * (@helen2022)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/portfolio-shortcode-display/)
 * I am using the portfolio shortcode to display a jetpack portfolio archive. I 
   need to display the project types but I really don’t want the word ‘Types:’ showing
   up. Is there any way I can remove this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fportfolio-shortcode-display%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/portfolio-shortcode-display/#post-15203668)
 * Hello [@helen2022](https://wordpress.org/support/users/helen2022/),
 * Thanks for choosing Neve!
 * This can be done using custom CSS. Please add the code below in the Additional
   CSS section within the Customizer, it should restrict that word from being displayed.
 *     ```
       .page-id-4477 .portfolio-entry-meta .project-types span {
           display: none !important;
       }
       ```
   
 * Have a nice day!
 *  Thread Starter [helen2022](https://wordpress.org/support/users/helen2022/)
 * (@helen2022)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/portfolio-shortcode-display/#post-15203870)
 * Perfect, thank you so much!
 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/portfolio-shortcode-display/#post-15203877)
 * I’m glad I could help! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Portfolio shortcode display’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.4/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/portfolio-shortcode-display/#post-15203877)
 * Status: resolved