Passer la navigation

[Résolu] Remove Underline Post Title Link – Views

This support ticket is created Il y a 4 years, 11 months. 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 -

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

Marqué : 

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

Dernière mise à jour par karinaG Il y a 4 years, 11 months.

Assisté par: Shane.

Auteur
Publications
#2108651

Hello,

How can I remove the orange underline on the links? I tried different CSS codes but couldn't find how to remove it.

It is happening in 2 views:
lien caché -> Country Titles
lien caché -> City Guides Titles

#2108663

Shane
Supporter

Les langues: Anglais (English )

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

Hi Karina,

Thank you for getting in touch.

Try using the css below to remove the underline.

a.wp-block-toolset-blocks-container{
text-decortation: none !important;
}

There was some css adding the underline to the anchor tags on the page. The css above should resolve this.

Thanks,
Shane

#2108693

My issue is resolved now. Thank you!