change color of link when pointing
-
Hi,
How could I change the colour that appears when pointing at a link ? (I am using Visual theme)
thank youThe blog I need help with is: (visible only to logged in users)
-
Hi there, for general links in content and the sidebar, the following sets the hover color. The site title and menu links are set in other rules in the CSS.
a:hover, a:focus, a:active { color: #FFFFFF; }Site title:
.site-title a:hover { color: #40D7BC; }Menu:
.navigation-main li a:hover { color: #40D7BC; } -
-
- The topic ‘change color of link when pointing’ is closed to new replies.