See the picture below..
As u can see it, i got different scroll bar on my blog compare from the above..
Do u wanna do it too??
Do u wanna do it too??
Let me show u how i do...
ATTENTION: I learn this from Mohamad Firdaus( Dausx)
1. Dashboard > Design > Edit HTML
2. Press Ctrl+F
(For those who duno how to use Ctrl+F, press HERE!)
3. Write on the search box <head>
4. Copy the CSS code below and paste it BELOW the <head> code juz now.
<style>
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #ff3399;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ffffff;
}
</style>
5. PREVIEW it first..
6. If it is success,SAVE it.
*Pink colour = ur scroll bar background colour
*Red colour = ur scroll bar colour
For those who wanna change the colour, u may click HERE! to get ur code! <3
GUD LUCK TO TRY IT!
No comments:
Post a Comment