Currently, at RSS Feed > Customize Post you can only Enable/Disable “Show Text”. There is no way to distinguish between RSS Feed Item Title and Item Description and both are showed with enabling"Show TexT. In some use cases is enough and useful just show the Title (less text, presentation reasons).
Hello there @Alejandro_Garcia_Pel
To display only the title, please add this code to the Custom CSS field on the Appearance tab of your widget’s settings:
[class*='Text__Control-sc'],
[class*='Shortener__Outer-sc'] {
display: none;
}
In case you’d like to display only the description, please use this code:
[class*='Text__Title-sc'] {
display: none;
}
Please check it and let me know if it worked for you
Hi Max,
It works! Thanks for your super fast solution.
Was this solution in the documentation?
We are planning to use RSS Feed Widget along Instagram and Reviews widget (Enterprise plan) for an bespoke solution for one of our custormer and we are now testing all of them (I spoke with Sofia your mate Sofia Vaizova)
Best Regards,
ALEJANDRO GARCÍA PELÁEZ
Glad to hear that the codes worked for you!
No, this isn’t the solution from the documentation. I’ve just shared your request with the devs and they’ve come up with these CSS codes.
If you have any other customization requests, just describe your use case and we’ll gladly help
Just in case, I’d like to tell you that we have a CSS codes category, where you can find the most popular codes for different apps (including RSS Feed). So, feel free to check it out - CSS Codes - Elfsight Community
Ok, thanks Max for your help. Ill check the CSS Codes.
Have a nice day,
ALEJANDRO GARCÍA PELÁEZ
No sweat!
Have a great day