Okay
  Public Ticket #3065180
underline text in tabs
Closed

Comments

  •  32
    Tes started the conversation

    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

  •  279
    Noah replied

    Hi Tes,

    Could remove your CSS and use this one:

    .tabbed > ul li .active-tab span{
        text-decoration:underline;
    }
    

    Cheers.