Pls try to use – Advanced Excerpt – plugin and at present it is not possible to display full content .
The page link that you shared is giving “page not found” .
Pls use the following custom CSS –
.lsow-posts-carousel .lsow-image-info a, .lsow-posts-carousel .entry-title a {
pointer-events: none !important;
}
.lsow-posts-carousel span.published abbr[title] {
text-decoration: none;
}
Below is the CSS for the entry summary , you can modify the css and can add custom CSS in plugin settings > custom CSS tab.
.lsow-posts-carousel .lsow-entry-text-wrap .entry-summary {
padding: 0;
margin: 10px auto 0;
}