I am working on this site and would like to change the color for the mouse over of the image on this page, specifically the section that categorizes the properties based on # of bedrooms: http://d8w.8b4.myftpupload.com/.
I looked over the theme’s stylesheet and modified this class to see if this does the trick, but it also causes the property title and address to show a grey background when a user hovers over this and the background turns white again. Any suggestions?
.property-inner .property-image a:hover {
background-color: rgba(34, 34, 34, 0.6);
}