This topic has 6 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Is there a way to add a “Read More” toggle on a Team Member’s bio?
Hello,
You can add own link in Member information.
Regards
You mean a link to another page?
Please describe the desired functionality of “Read More” in more details.
Our Team Member element doesn’t have “Read More” toggle, by default.
Regards
When a bio is long it pushes everything down, so it would be nice to have a read more link after a few lines that will toggle open the rest of the text.
Hello,
Thanks for the explanation. There is no such possibility, unfortunately.
Please try this custom css code:
.member-details {
max-height: 150px;
overflow-y: scroll;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up