Fancy heading hover over color change
Regarding [Links visible only for registered users] I have 4 fancy headings on the home page that are hyperlinks, however I would like these to change colour when hovered over - how can I go about doing this?
Thanks
Comments
Thanks for the reply.
Mark
.fancy_heading a:hover { color: #e2fbff; }Remember to save changes!Mark