Remove Read More button and display full text

Add this code to the Custom CSS field on the Appearance tab of your LinkedIn Feed widget’s settings:

.es-text-shortener {
  width: 100%;
  height: 100%;
  display: block;
}

.es-text-shortener-control-open {
  display: none;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face:

3 Likes

This was perfect, I just asked via Help Chat for this.

2 Likes

Happy to know the solution did the trick!

Thanks a bunch for the feedback and yes, welcome to the Community :wink:

1 Like