Hy Guys Today i will teach you how to add custom scrollbar in blogger blog so lets start
Also Read >>Add Stylish Facebook Pop Up Like Box With Timer To Blogger
Steps
- Go to template option in your blogger
- now Edit html
- Press Ctrl+F serach for following codes ]]></b:skin> now paste the following codes just above it
/* --- Ittrickscollection CUSTOM SCROLLBAR IN BLOGGER BLOG --- */
::-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 {
} - Then Replace #336699 with the color that you want to see in the Scrollbar.
All Done: After doing all the customization just press the Save button. Now Visit your site and we are sure it wouldn’t let you down.
No comments:
Post a Comment