October 10, 2019 at 5:02 pm
#68976
Theme Horse Support Team
Keymaster
Hi @johann-haker,
To add “…” after the excerpt then please go to “Appearance > Customize > Additional CSS” and paste the below Custom CSS Code.
.post .entry-main p:after,
.featured-slider .featured-content:after {
content: "...";
}
And Sorry excerpt cannot be shown in the separate lines.
Thanks