Underline links everywhere but in the menu

Hey, I have another question:

I wanted to automatically have all links be underlined, so I changed it in the stylesheet (the property for text-decoration of a is now underline). That’s all fine, but now the links in the menu are also underlined.

This is the only place where I don’t want the links to be underlined. How can I specify this?

Thanks!

Sorry for late response. Just returned from vacation.

You can remove underline for links in menu by adding this code to Theme Options - Other - Custom CSS:

.navbar-default .navbar-nav li a {
  text-decoration: none;
}

Let me know if this helps.

Brilliant once again Aigars, the support for this theme is unrivaled, thanks so much!