Jump to content

InfoWindow and MapListing CSS different after update to JReviews3?


Richard A

Recommended Posts

The custom css i used before the update for InfoWindow and MapListing does not seem to be working, is the coding slightly different in JReviews 3?

.jrInfoWindow .jrFieldGroup .jrFieldLabel {
  display: none;
}
.jrInfowindow .jrListingPhotoWrapper {
  background-color: #039be5;
}
.jrInfowindow .jrMapListing .jrListingContent {
  padding: 5px 5px 5px 10px;
}
.jrMapListingSlideout .jrFieldGroup .jrFieldLabel {
  display: none;
}
.jrMapListingSlideout {
  background-color: #039be5;
}
.jrMapListingSlideout .jrMapListing .jrListingContent {
  padding: 0 0 0 20px;
}
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...