Link Hover Effects  

1 comments

One really simple way to make your Blog stand out from the rest is to change the 'hover effect' as I have done on this Blog. It's easy to do and a small change that packs a punch!

For more information about links-hover rollover effects visit here.

Find this in your Template:

a:hover {
color:$titlecolor;
text-decoration:none;
}

Change it to this:

a:hover {
background-color: #FADADD;
color: #987654;
text-decoration: none;
}

This is how it works:

#DC143C
 is the color behind the text and
#FFFF00  is the text color.

To find more colors and their codes visit here.

What next?

You can also bookmark this post using your favorite bookmarking service:

Related Posts by Categories



1 comments: to “ Link Hover Effects