Title: Delete Description Copy
Last modified: August 30, 2016

---

# Delete Description Copy

 *  [weber149](https://wordpress.org/support/users/weber149/)
 * (@weber149)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/delete-description-copy/)
 * I want to delete the description copy from my main page portfolio. I just want
   the project name and category to show. Is there a simple way of doing this while
   keeping the description when each individual project is clicked?
 * Site:
    [http://brianweberdesign.com](http://brianweberdesign.com)

Viewing 1 replies (of 1 total)

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [10 years, 9 months ago](https://wordpress.org/support/topic/delete-description-copy/#post-6529644)
 * Hi there, this should do what you are wanting.
 *     ```
       .home .portfolio-entry-content {
           display: none;
       }
       ```
   
 * If you have not yet done so, I would suggest creating a child theme so that any
   customizations you make will not be overwritten by a future theme update. Alternately
   you can use the Edit CSS function in the Jetpack plugin, or use one of the other
   Custom CSS plugins that will keep CSS changes from being overwritten.
 * [Child Themes](https://codex.wordpress.org/Child_Themes)
    [Child Theme creation plugins](https://wordpress.org/plugins/search.php?q=child+theme)
   [Jetpack plugin](https://wordpress.org/plugins/jetpack/) [Custom CSS plugins](https://wordpress.org/plugins/search.php?q=custom+css)

Viewing 1 replies (of 1 total)

The topic ‘Delete Description Copy’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/delete-description-copy/#post-6529644)
 * Status: not resolved