Read More Tag doesen't work

Hello I have the problem, that I add the <!–more–> Tag, the text is shown in reduced, but the button is missing.

Here is my page: http://finanziell-frei-mit-30.de/category/mindset/

It is the articel Eigene Motive für die Finanzielle Freiheit finden.

I have already read much, but I couldn’t find an answer.

Dominik

Hi Dominik,

I hope you are well today and thank you for your question.

You can display that button by using the solution shared in the following topic.

https://colorlibsupport.com/t/difficulty-with-read-more-summary-at-the-end-of-a-new-post/

Best Regards,
Movin

Im sorry, but it doesn’t work.

I have installed the Plugin Simple Custom CSS and added

body.home a.more-link {
display: block;
color: #DA4453;
}

to the Custom CSS.
It is still the same.

Try removing body.home from the CSS code as displayed below.

a.more-link {
display: block;
color: #DA4453;
}

Thank you very much.

You are most welcome here :slight_smile: