diff --git a/assets/opalestate.css b/assets/opalestate.css index c64109cf..1060503c 100755 --- a/assets/opalestate.css +++ b/assets/opalestate.css @@ -2349,39 +2349,6 @@ ul.property-meta-list { display: inline-block; font-style: unset; } -i[class*="icon-property-"] { - font-family: "Font Awesome 5 Free"; } - -.icon-property-areasize:before { - content: "\f0b2"; } - -.icon-property-bedrooms:before { - content: "\f236"; } - -.icon-property-bathrooms:before { - content: "\f2cd"; } - -.icon-property-parking:before { - content: "\f1b9"; } - -.icon-property-builtyear:before { - content: "\f073"; } - -.icon-property-plotsize:before { - content: "\f279"; } - -.icon-property-orientation:before { - content: "\f14e"; } - -.icon-property-livingrooms:before { - content: "\f26c"; } - -.icon-property-kitchens:before { - content: "\f2e7"; } - -.icon-property-amountrooms:before { - content: "\f1ad"; } - /** Grid **/ .property-grid .entry-content { padding: 0 20px 15px; } diff --git a/assets/scss/opalestate/_properties-loop.scss b/assets/scss/opalestate/_properties-loop.scss index 98cefa82..805986b6 100755 --- a/assets/scss/opalestate/_properties-loop.scss +++ b/assets/scss/opalestate/_properties-loop.scss @@ -237,40 +237,6 @@ ul.property-meta-list{ font-style: unset; } } -i[class*="icon-property-"]{ - font-family: $font-family-icon; -} - -.icon-property-areasize:before{ - content: "\f0b2"; -} -.icon-property-bedrooms:before{ - content: "\f236"; -} -.icon-property-bathrooms:before{ - content: "\f2cd"; -} -.icon-property-parking:before{ - content: "\f1b9"; -} -.icon-property-builtyear:before{ - content: "\f073"; -} -.icon-property-plotsize:before{ - content: "\f279"; -} -.icon-property-orientation:before{ - content: "\f14e"; -} -.icon-property-livingrooms:before{ - content: "\f26c"; -} -.icon-property-kitchens:before{ - content: "\f2e7"; -} -.icon-property-amountrooms:before{ - content: "\f1ad"; -} /** Grid **/ .property-grid{ diff --git a/inc/mixes-functions.php b/inc/mixes-functions.php index 9f416923..26088986 100755 --- a/inc/mixes-functions.php +++ b/inc/mixes-functions.php @@ -1196,7 +1196,7 @@ function opalestate_get_property_meta_icon( $key ) { $icon = $prefix . '-' . 'compass'; break; case 'livingrooms': - $icon = $prefix . '-' . 'tivi'; + $icon = $prefix . '-' . 'tv'; break; case 'kitchens': $icon = $prefix . '-' . 'utensils';