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.
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.
nice! nice!
this works Great through IE. Note not in Chrome 🙂
Thank you I was putting my code in the wrong spot XD Blugs are a bit diffrent then regular websites. Tho' WAY easier to set up. 😀 So thanks for the code and telling were to put it.