MenuBar

Friday, July 21, 2017

TutorialBlog: Cute Scroll Bar for Chrome

Assalamualaikum and hi,


THIS TUTORIAL ONLY WORKS FOR:
Chrome, no Mozilla, no Internet Explorer...

1. Dashboard > Template (latest) > Edit Html 

2. Ctrl+F then find this code:
]]></b:skin>

3. Then copy this code:
::-webkit-scrollbar {
height:12px;
width: 12px;
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #ff3399;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ffffff;

4. Then paste the code above the code, ]]></b:skin>

* Blue = background for scroll bar
* Red = color for scroll bar

5. Please find your favourite color code HERE !

6. Preview, SAVE !

Source: Lyssa
Share your experience down below!

No comments:

Post a Comment