Styling content area modal toggle

On this page I have an unordered list, the last item of which is “donate equities”. Unlike the other list items, this item was made using Pro’s content area modal.

For some reason when I style my links with
a {
-webkit-text-underline-position: under;
text-underline-position: under;
}

the underline on just this one list item disappears, and I can not seem to bring it back. If I remove ‘text-underline-position: under’ the underline returns but it is not positioned where I want it (i.e under the descenders).

I’ve included a screencap showing how without the added css the underline appears but not under the descenders.

Any suggestions? I tried other methods of adding underlines to text but this method works exactly as desired everywhere in the site except for this one link.

Hey @blueoaks,

I’m currently not sure what is causing the underline not to work on that specific item. You can try a bottom border instead.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.