Text becoming red when mouse cursor above it
-
Im using the code below to change the font of text but when i view the site and put the mouse cursor over the text, the text becomes red.
In style.css
.hentry .lr { font-family: Arial, sans-serif; font-size:16px; font-weight:bold; }
In HTML code
<a class="lr">Text Line 1</a>
How do i make it so the text doesn’t become red when the mouse cursor is above it?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Text becoming red when mouse cursor above it’ is closed to new replies.