hope's daughter

Monday, 21 April 2014

TUTORIAL: SHADOW HIGHLIGHT

Look at the picture below here and look at the word in the pink box.


1) Dashboard >> Design >> Edit HTML

2) Press CTRL+F and search for this code:
a:link {
3) Copy the code below here and paste it above a:link {:
::-moz-selection {
background:#FFFFFF;
color:#000000;
text-shadow: 2px 2px 3px #8080FF;
}
::selection {
background:#FFFFFF;
color:#000000;
text-shadow: 2px 2px 3px #8080FF;
3) You can replace the red code with the colour of the shadow that you want.

4) Save & Done.

No comments:

Post a Comment