How to Change Scrolling Bar in Blogger ?
1 . Go to blogger > template > Edit HTML .
2 . Press Ctrl + F And Search this
]]></b:skin>3 . Copy this code and paste before it .
/* TheTricksFree */
::-webkit-scrollbar {
background:#fff;
width:10px;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
background-image: -webkit-linear-gradient(top, #606061 10%, #606061 51%);
}
::-webkit-scrollbar-track {
}
4. Save template then go to your blog and see your scrollbar is change .
#606061 change this colour code .. If you want to change the scrollbar colour .
Done Enjoy !!
KEYWORDS : add stylish scrollbar in blogger , change scrolling bar in blogger , how to change scrollbar , how to blog , stylish scrollbar in blogger , how to change scrollbar in blogger ? .






This comment has been removed by a blog administrator.
ReplyDelete