Wednesday, November 7, 2012

 See the same scroll bar everyday ?
Want to Change it ??
Here we go..
First go to Design > Edit Html > Proceed > Ctrl + F
Find a:link {
Then..Put this code INFRONT of it

::-webkit-scrollbar {
    height: 12px;
width: 15px;
background: #FFFFFF;
    }

::-webkit-scrollbar-thumb {
    background: #000000;
}

Change the Blue Colour  code to your colour..

Taa daaa :))

See that light blue colour scroll bar ? 
( Sorry not so clear )

Opps , yeah .. You can choose the colour in this link

Happy Trying :))