Hello all,
I'm using the availability search widget on my home page and the color I've chosen for the widget shows the number of results found just fine, however it does not apply to the text describing the properties (see image below). Is there a way to fix this? I've tried monkeying around with CSS to no avail. The text should be white, so that it shows up on the screen, like the "2 properties" result text. The light grey is the unhovered window (Resort) and the black is the hovered window (Oasis).
Thanks,
Ryan
SOLVED
Had to do an element inspection to find the exact name of the text element. The following code, placed in the CSS definitions at the bottom of the widget settings fixed it.
.property-result-tile-content{
color: #FFFFFF;
}