Hi,
I'm trying to alter the colour of the scrollbars in wordpress to match the rest of my site. My site uses the following css:
Body {
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-Color:#000000;
}
The problem is I can't figure out where abouts in style.css I have to put it. Can anyone advise me where to place this code?
Thanks