Comments 32Tes started the conversationJune 14, 2022 at 2:39pmHi there, On this page I have a tabbed section. I would like all my tabs to be underlined. I've added some css but now it only underlines the tabbed section in its whole at the bottom, but I would like every sentence of the left part to be underlined. See my attached screenshot. Would that be possible?Thanks in advance. Best regards,Tes 279Noah repliedJune 14, 2022 at 3:57pmHi Tes,Could remove your CSS and use this one: .tabbed > ul li .active-tab span{ text-decoration:underline; } Cheers. Sign in to reply ...
Hi there,
On this page I have a tabbed section. I would like all my tabs to be underlined. I've added some css but now it only underlines the tabbed section in its whole at the bottom, but I would like every sentence of the left part to be underlined.
See my attached screenshot.
Would that be possible?
Thanks in advance.
Best regards,
Tes
Hi Tes,
Could remove your CSS and use this one:
Cheers.