Hi,
Which color did you try to set ?
Because, the text in the product listing is white so, if the background of the box is white too, the white would still be "hidden".
You have to know what you want to change in your website.
If it is the background color of the box, you can change it with the option given by Mohamed. And for the moment, the color is "white".
After that, you can change your CSS in order to change the color of the texts in your product listing, which are all white (for the price, the name, etc).
You can use the CSS selectors
div.hikashop_product span.hikashop_product_price_full { }
div.hikashop_product span.hikashop_product_name { }
In order to set a specific color rule for these elements.
Regards,