Change Your Blog's Scroll Bar Which Gives Good View Of Your Blog
You Can see Changed Scroll Bar On Right Side Of My Blog
Steps To Add This To Your Blog
If You Want To Customise The Colour Then change rgb(62,201,187) as your Desired Colour
You Can Also Change Width And Height by Changing 12px and 8px
Please write comments about this tutorial or tell me any faults which you found while creating and publishing. I will always there to help you....
Steps To Add This To Your Blog
- Go To Blogger >> Template >> Backup Your Template
- Click Edit HTML >> Search For ]]></b:skin> (Want help to find Click Here)
- Now Paste The Following code Above/Before ]]></b:skin>
/* Webkit override Scrollbar with CSS3 By NBT */
::-webkit-scrollbar {
width: 12px; height:8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
background:#fff;
}
::-webkit-scrollbar-thumb {
background: rgb(62,201,187);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgb(62,201,187);
If You Want To Customise The Colour Then change rgb(62,201,187) as your Desired Colour
You Can Also Change Width And Height by Changing 12px and 8px
Please write comments about this tutorial or tell me any faults which you found while creating and publishing. I will always there to help you....
0 comments:
Post a Comment