• Hi I need scroll bar color css overide help
    i have tried to color the scroll bar via industryradio.co.uk site as that uses WP and minitchat plugin i have no idea how to get rid of the green color and replace with a white colour, the site owner does not want any green or yellow! just white and black. how can i do this, i have access to the custom css only so remember that for your reply, and also the theme itself he is using he wishes to keep that theme but dont want green, green seems to be the default primary colour for the theme though so you see my issue? how can i fix i tried all kinds but it is an embeded chat using iframe so i tried using different custom css and no luck so far! please help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter jamieduk

    (@jamieduk)

    Also the code that i can see from browser has code that hasnt got correct endings for example!

    @keyframes goUp {
     0% {
      margin-top:0%;
      display:block    <<<<<<<<<<<<<<<<<
     }

    should be

    @keyframes goUp {
     0% {
      margin-top:0%;
      display:block;    <<<<<<<<<<<<<<<<<<<<<<<<<
     }

    so fix all that and allow color changes for the nasty green colour so it can be any color for example white )black background).

    • This reply was modified 3 years, 11 months ago by jamieduk.
Viewing 1 replies (of 1 total)
  • The topic ‘scroll bar color css overide help’ is closed to new replies.