Hover colors can't be removed
2 posters
Page 1 of 1
Hover colors can't be removed
In the profiles section, all the text that gives you toggling options for setting your gender, age, etc. keeps changing color when hovered over. It is the only text on the forum that has done this, it turns from blue, to black, anything and everything that has the color black on the color editor has been changed to see if it was the issue, and to no avail. CSS has also been completely removed so there is no conflicting codes.
http://louisvillegamers.forumotion.com/profile?mode=editprofile&page_profil=preferences
Any help would be apreciated.
http://louisvillegamers.forumotion.com/profile?mode=editprofile&page_profil=preferences
Any help would be apreciated.
Re: Hover colors can't be removed
Hi @NRPGAdmin,
I believe that's a default style in the CSS. Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
You can change F00 to whatever color you want.
I believe that's a default style in the CSS. Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
fieldset dl:hover dt label {
color:#F00 !important;
}
You can change F00 to whatever color you want.
Similar topics
» Removed JS, effect isn't removed/still working
» forum logo request
» BBCode Gets Removed When I Edit
» My forum has been removed
» Hover/Un-Hover Code
» forum logo request
» BBCode Gets Removed When I Edit
» My forum has been removed
» Hover/Un-Hover Code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum