Sauter la navigation

[Résolu] Remove read more link in excerpt

This support ticket is created Il y a 3 années et 3 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par David Gimenez Il y a 3 années et 3 mois.

Assisté par: Shane.

Auteur
Publications
#2184801
Captura de pantalla 2021-10-01 a las 17.56.49.png

Hello...

Is there any way to remove read more link (llegeix més) in excerpt? I don't find the way to do it...

Thanks!

#2185013

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi David,

Thank you for getting in touch.

Is it that you only want the excerpt to keep displaying but you don't want the link to be there?

Please let me know and provide me with a link to the page for this. Perhaps we can use some css to hide the link.

Thanks,
Shane

#2185501

Hi Shane. I didn't think about css. Thanks for your suggestion. It's solved now.

.read-more a{
	display:none;
}

Thanks again!!!!!

#2185533

My issue is resolved now. Thank you!