Welcome to V A U L T G I R L, you will mostly find reviews, thoughts on life, and other junk. This isn't the most interesting blog, but I hope you stick around!
- Autum.

# Colored Scrollbar
Wednesday, December 5, 2012 / permalink
I remember the good old days of having a custom scroll bar, it was pretty amazing. We didn't have them for awhile, but now they are back!!


1.  Dashboard  - Design - Edit HTML

2. Press CTRL+F and search for this code:

]]></b:skin>

3. Then, copy the code below here and paste it above ]]></b:skin>:





::-webkit-scrollbar {
height:12px;
width: 12px;
background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
background-color: #B2C0C6;
-moz-border-radius: 10px;
border-radius: 10px;
}

Change your colors. The back of the scrollbar in PINK and the scrollbar button in BLUE

You can find colors here: http://www.colorpicker.com

Labels:

comments powered by Disqus