Navigation überspringen

[Gelöst] Link underline on containers in archives

This support ticket is created vor 3 Jahren, 9 Monaten. 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)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Shane vor 3 Jahren, 9 Monaten.

Assistiert von: Shane.

Author
Artikel
#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: versteckter Link

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
Supporter

Sprachen: Englisch (English )

Zeitzone: 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