Your Time:
Our Time:
← Back to discussions

Staff display grid

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Fem.

  • 2019-01-30 at 4:51 pm
    Unknown Support Status
    #24684
    lisaweb1978
    Participant
    • Topics: 3
    • Replies: 0
    • Total posts: 3
    • Post count: 0

    For the staff display grid, we just want to show the image, name (title) and View Profile button, without the introductory sentence. Is this possible?

    2019-01-31 at 11:58 am
    #24689
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    You need to write custom CSS code add these lines of code in your custom CSS.

    .at-person.grid ul li .at-person-content p {
        display: none;
     }

The topic ‘Staff display grid’ is closed to new replies.