Skip Navigation

[Resolved] Link underline on containers in archives

This support ticket is created 2 years, 10 months ago. 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)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 2 years, 10 months ago.

Assisted by: Shane.

Author
Posts
#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: hidden 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

Languages: English (English )

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

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.