How to add custom scroll bars to blogger,website,blog spot for free
Before you proceed please save your template backup ;) .Step 1:-
Go to your blogger dashboard > Template >Edit HTML
Step 2:-
Search for ]]></b:skin>
Step 3:-
Paste following code below ]]></b:skin> . Then save template.
Complete PC Guide */
::-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, #336699 10%, #336699 51%);
}
::-webkit-scrollbar-track {
}
Customization steps
Find #fff; and change its web color as you desire .Color codes are here.