Underline links

Hi guys, looking for a way to have my links underlined. Thank you, Matt.

Hi there,

Please try this code in the custom CSS:

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

Hope this helps.

It works but is there a way to make it the same color as my font? Nevermind i figured it out, I’m an idiot. Thank you

No worries. :slight_smile:

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