• 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)
  • 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.