How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Toplist V2 Hover Background Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16553
    cabhal
    Participant

    Hello, when I hover the casinos on the V2 toplist, the casinos are highlighted with a white color. How to change this color with CSS?

    #16569
    admin
    Keymaster

    Hi!

    In which version of the theme do you see this issue?
    Can you send us a link in a private reply?

    #16570
    cabhal
    Participant
    This reply has been marked as private.
    #16585
    admin
    Keymaster

    Hi!

    This is how table v2 is styled, but you can add the following in order to change the colors:

    .table-s2 .item { background: #fff; }
    .table-s2 .item:nth-child(2n) { background: #fff; }
    .table-s2 .item:hover { background: #fff; box-shadow:none; }

    (Or to any color you want)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.