Add Colourful Scrollbar with Different Effect.

Step 1: Go to Blogger Dashboard in your blogger account.
Step 2: Click Ctrl+F and Search for ]]></b:skin>
Step 4: Copy the Below code and paste the code above
]]></b:skin>
/*scrollbar effect */
::-webkit-scrollbar {
width:9px; height:6px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
background:#eee;
}
::-webkit-scrollbar-thumb {
Step 5: Click Save template.
Note:
- You can change the scrollbar color by replacing #eee with color code which is you want
- You can change scrollbar width and height by replacing 14px and 8px






0 comments: