$12
Type does not change color correctly in hover state
On this page <http://www.blog.interestinglunatic.com/?p=1>, two items do not function correctly when the cursor hovers over them: the "Mr Wordpress" in "1 Mr WordPress wrote:" and the "Permalink" in "June 10, 2010 at 3:21 pm Permalink." Other instances of comparable expected behavior occur correctly. This appears to be an issue with a hover state, though I can't confirm that.
The theme for this blog is based on Neutica (the free version, not Neutica+).
I have spent a day and a half trying to find the problem.
See the attached animated GIF for the states in question.
The theme for this blog is based on Neutica (the free version, not Neutica+).
I have spent a day and a half trying to find the problem.
See the attached animated GIF for the states in question.
heyoverhere | 06/12/10 at 6:59pm
| Edit
(2) Possible Answers Submitted...
-

Last edited:
06/12/10
7:14pmAndrzej Zglobica says:Hi,
Try add this line in the bottom of style.css file in your theme folder:
#commentform a:link, #commentform a:visited, #commentform a:hover, #commentform a:active, #commentform a:focus {color:#EDFFFF !important;}- 06/12/10 7:19pm
heyoverhere says:Sorry, that doesn't help.
- 06/12/10 7:19pm
-

Last edited:
06/12/10
7:31pmUtkarsh Kukreti says:Add this in type.css (near the end)
#comments .comment a:hover { color:#edffff;}- 06/12/10 7:23pm
heyoverhere says:That works, but the type is off center vertically in comparison to the box it reverses out of. Is the position of the type relative to the box adjustable on the vertical axis?
- 06/12/10 7:31pm
heyoverhere says:Never mind the vertical alignment issue. It's consistent with other larger type. Thanks for solving my problem!
- 06/12/10 7:23pm
This question has expired.
Current status of this question: Completed




