1.Login to your dashboard--> layout- -> Edit HTML
2.Scroll down to where you see </head> tag.
3.Now copy below code and paste it just before </head> tag.
Note : You can change colours of above code as your choice.
4.Now save your template and your done.
Important: This changes works best in Internet Explorer browser only, for other browser it may or may not work.
2.Scroll down to where you see </head> tag.
3.Now copy below code and paste it just before </head> tag.
<style type="text/css">
html {
scrollbar-arrow-color:#6E0502;
scrollbar-track-color:#940400;
scrollbar-face-color:#6BE02;
scrollbar-highlight-color:#909400;
scrollbar-3dlight-color:#333333;
scrollbar-darkshadow-color:#473624;
scrollbar-shadow-color:#BFB186;
}
</style>
Note : You can change colours of above code as your choice.
4.Now save your template and your done.
Important: This changes works best in Internet Explorer browser only, for other browser it may or may not work.