Style not affecting login text

I am using template design 1510.

I changed the background color of the top nav.

I was able to change the font color in the utilitynav_style to blue, but when I change the color of LoginStatusMenu it does not change.

Here is the code for the login:

<asp:LoginStatus ID="LoginStatus1" runat="server" LoginText="Log On" LogoutText="Log Off" AccessKey="l" OnLoggedOut="LoginStatus1_OnLoggedOut" CssClass="LoginStatusMenu" />

So I assumed changing LoginStatusMenu in the Menu.css would change the color of this link.

Any clue why not?

Mike

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hi, Could you provide public

Hi,

Could you provide public url for your dev site, so I can have a look.Why styles are not applied?

Balaji