Comments 1Scholto Bos started the conversation1 week ago on April 30, 2025 at 8:51pmHi, 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,436Dustin replied1 week ago on May 1, 2025 at 4:12amHi 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 1Scholto Bos replied3 days ago on Wednesday at 11:32pmGreat. Thanks. Works perfect. You can close this ticket.1 Like Sign in to reply ...
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
Hi Scholto,
Please add the below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
Best regards,
Dustin
Great. Thanks. Works perfect. You can close this ticket.