-
Issue description: How do I get rid of the read more and have all the text show for the about location?
-
Link to the page with the widget in question:
1 Like
Hi there, @Micah ![]()
This code will help you do this:
.es-text-shortener {
display: block;
}
.es-text-shortener-control-open {
display: none;
}
Please add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it worked ![]()
1 Like