Experience the difference of "Elite".

Availability widget - Property text not showing selected color

Ventura County V
Apr 6, 2022 6:09 PM
Joined Mar, 2022 119 posts

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

Ventura County V
Apr 6, 2022 6:23 PM
Joined Mar, 2022 119 posts

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;
}