Add the code below to the Custom CSS field on your Social Feed widget’s Appearance tab:
.es-text-shortener {
display: block;
}
Add the code below to the Custom CSS field on your Social Feed widget’s Appearance tab:
.es-text-shortener {
display: block;
}
Doesnt work
Hi @user18132 welcome to community ![]()
try this please.
[class*='ShortenedText__Container-sc'] {
max-height: none;
}
[class*='TextControl__BaseControl-sc'] {
display: none;
}
Hi there, @user18132 and welcome to the Community ![]()
Here is the updated code that should work great:
.es-text-shortener {
display: block;
}
Please try it out and let me know how it worked ![]()
Hi there, @Sina ![]()
Your code works great if you want to remove the Read More button and display short text. In case you’d like to display the full text, please use the code from the message above ![]()