Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3981895
Hover rows color
Open

Comments

  •  7
    Scholto Bos started the conversation

    Hi,

    When people hover a row, the row color changes into #f8f8f8. Please see screencast to see what I mean: https://www.awesomescreenshot.com/video/39335582?key=8253b2d025642b1c926dc961c232c0ca

    I want to change this color, but in some kind of way I can't find the css code. Is it possible to provide me this?

    Thanks in advance.

    SB

  •  1,468
    Dustin replied

    Hi Scholto,

    Please add the below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
        background-color: #ff6600;
        color: #fff;
    }

    Best regards,
    Dustin

  •  7
    Scholto Bos replied

    Great. Thanks. Works perfect. You can close this ticket.