Topic-icon Problem with login button in main menu

Active Subscriptions:

None
11 years 10 months ago #23202 by critski
I've had this problem before with a different template and tried the same solution with this one and it doesn't seem to have worked. The issue can be seen here

www.coefficient.com.au
The topic has been locked.
Support Specialist
11 years 10 months ago #23212 by alzander
Try adding the following to your stylesheet... it'll get you close, but if you need more changes, just let us know what you don't like:
.jfbcLogin {
padding: 0;
background: none;
}
That will affect all instances of the login button, so test if you have it on other pages. If it does (negatively), we can make those styles more specific to just that button in the menu.

Good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 10 months ago #23226 by critski
Hi alex,
Which CSS file should I add this line to? I've tried adding it to fusionmenu.css but nothing happened
The topic has been locked.
Support Specialist
11 years 10 months ago #23229 by alzander
I made a mistake and left off an 'a' in the first line. Change the code to:
.jfbcLogin a {
padding: 0; 
background: none; 
}
In your fusionmenu.css file is fine. I just looked at your page, and the code is being used, but just not correctly because of the missing 'a'.

Let me know how that goes!
Alex
The topic has been locked.