Make The Effects Arising Cursor Redirected
Changing the appearance of the blog is not limited to color, icon, the comments, guest book, etc.. but also we can do on the text link, with a slight increase in the script code you can change text link / text to be larger or the bottom line when we point the mouse icon on it.
The trick is as follows:
1. Login to your Blogger account.
3. On the "Edit HTML", check "Expand Widget Templates"
4. Find the code below (press "Ctrl + F" to facilitate the search for the code)
To Post Title:
.post-title a:hover {
color:#cc0000;
To link text overall:
a:hover {
color : #990000;
5. Add one of the following code just below the above code.
text-transform:uppercase;
text-transform:lowercase;
text-transform:capitalize;
example:
a: hover {
color: # 990 000;
text-transform: uppercase;
6. Finished
No comments :
Post a Comment