View Full Version : Link Hover color not working in theme.
hazell
08-05-2012, 07:12 PM
Fixed it myself. Why can't i delete? mods delete this.
itivae
08-05-2012, 10:57 PM
Are you sure you want it "white"? i.e. #fff;?
To make it work for the hover you could try this.
Change
a:hover {
color: #fff;
cursor: crosshair;
text-decoration:none;
}
To
a:hover {
color: #fff !important;
cursor: crosshair;
text-decoration:none;
}
Might be what you are looking for.
hazell
08-05-2012, 11:21 PM
Are you sure you want it "white"? i.e. #fff;?
To make it work for the hover you could try this.
Change
a:hover {
color: #fff;
cursor: crosshair;
text-decoration:none;
}
To
a:hover {
color: #fff !important;
cursor: crosshair;
text-decoration:none;
}
Might be what you are looking for.
Thank you for the help! I did that and it is working now for everything except the text in <h2> tags. Anyone know how to solve the problem?
djr33
08-06-2012, 12:50 AM
Hazell, please don't remove your entire post, especially when you want to ask another question later. It's confusing to read. Have you entirely solved your problem? If so, you can mark your post "resolved".
If there is sensitive information (such as your website's URL), you can ask a moderator to remove that.
But in general, we prefer to keep old discussions around so that if someone else has a similar question they can find this information and use it.
As a public/community forum, the goal is to share information, not to hide it once the question is answered. It's also good for those who help you to know that what they did worked.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.