Saltar navegación

[Resuelto] Link underline on containers in archives

This support ticket is created hace 4 años. 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)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Shane hace 4 años.

Asistido por: Shane.

Autor
Mensajes
#2070301

Hi there,

This seems frustratingly simple however I cannot find, why when I use a container block as an entire link, underlines appear under all the text.

On this archive page: enlace oculto

All was ok until I put everything inside a container and made that the link. I have hunted high and low...nothing else has this issue and I can't find the setting to get rid of it. Any thoughts please?

Thank you.

#2070427

Shane
Colaborador

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Pete,

Thank you for getting in touch.

The issue seems to be because of some default text decoration being added. This css below should resolve the issue.

.wp-block-toolset-blocks-container {
text-decoration: none;
}

Thanks,
Shane