Top menu link underline

hi, i wanna remove this underline on my top menu (because link | staff email, student email). im using style="text-decoration:none but doesnt work

Hi there,

I am not sure how is the actual HTML source on the website as your website is under construction. That is why I can not suggest you proper CSS code which you will be able to add to X > Theme Options > CSS.

Kindly get back to us with the URL/User/Pass of your website using a Secure Note.

By the way the color of the line can be changed in the X > Theme Options > Typography > Site Links.

Thank you.

Hi,

To remove the underline, you can add this in Theme Options > CSS

.x-topbar .p-info a {
    border-bottom: 0;
}

Hope that helps.

1 Like

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