Title: Previewing page materials
Last modified: August 30, 2016

---

# Previewing page materials

 *  [victorjanderson](https://wordpress.org/support/users/victorjanderson/)
 * (@victorjanderson)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/previewing-page-materials/)
 * If someone could help I would appreciate it. If you go to my website, melelite.
   com and go to the tab that says trainers, there is a page that has pictures of
   all the trainers. On this page, it shows a paragraph of all the material that
   is on each bio page. I would like to get rid of this so there is no preview. 
   I would like the trainers page to just have pictures of the trainer, their name,
   and then the get info button. How do I go about this? Thank you.

Viewing 1 replies (of 1 total)

 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/previewing-page-materials/#post-6332573)
 * I believe you mis-typed the link to your website.
 * Okay, in order to hid the information; let’s try adding the following custom 
   CSS rule to your styles:
 *     ```
       body.page-id-135 div.postDetails > p {
           display: none;
       }
       ```
   
 * This CSS will ensure it only executes on the page with an ID of 135 (your trainers
   page); only on first paragraph element of the div with a class of postDetails.
 * In other words; it should hide the description area 😉

Viewing 1 replies (of 1 total)

The topic ‘Previewing page materials’ is closed to new replies.

## Tags

 * [deleting](https://wordpress.org/support/topic-tag/deleting/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [preview](https://wordpress.org/support/topic-tag/preview/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/previewing-page-materials/#post-6332573)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
