Underline effect on links not appearing?

Hello XTheme Support,

I tried the solution in the post below, with no luck, no underline appearing on hyperlinks?

Continuing the discussion from Underline links:

Continuing the discussion from Cornerstone / Content Builder - Layout:

I have highlighted the link I want underlined in the screenshot below.

many thansk for any help you can provide.

Hey Ashley,

The links you referred to are not applicable for your case because you’re using manual HTML links inside a Footer Custom HTML widget.

The correct code for your case is this:

.x-colophon a:hover {
    border-bottom: 1.5px solid #000;
}

Hope that helps.

Thank You Christian, worked perfectly.

You’re welcome!
We’re glad we were able to help you out.

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