Tutorial : Highlight Ada Shadow
Oct 21, 2011 | 0 comments
In the name of Allah, The Most Beneficent and Merciful


1) Dashboard > Design > Edit HTML

2) CTRL + F and search code :
a:link {

3) Paste this below of the code :
::-moz-selection {
background: transparent;
color:#DDDDDD;
text-shadow: 2px 2px 3px #000000;
}

::selection {
background: transparent;
color:#DDDDDD;
text-shadow: 2px 2px 3px #000000;
}

5) Preview and save !
Small notes :
Blue : Background colour
Pink : Font colour
Purple : Shadow colour

Labels:


NEW
OLD