Meta Icons
The meta-information for Bedrooms, Bathrooms, Garage, etc is displayed on several sections throughout RealHomes Theme. The icon used for these fields is an SVG icon so you can easily replace them.
The SVG icons are located in wp-content → themes → realhomes → assets → modern or classic or ultra → images → icons directory, Featured Property Widget icons can be changed from wp-content → plugins → Easy Real Estate → Images → Icons and if you are using Elementor then the icons in Elementor must be changed in wp-content → plugins → realhomes-elementor-addon → assets → icons folder.
Please note that you should also validate the SVG icon’s code by adding the required class to it and remove anything extra from it. For example, the Garage icon’s SVG code looks something like this:
<svg class="rh_svg" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"> | |
<g> | |
<path d="M16.277,11H7.722c-0.513,0-0.941,0.315-1.104,0.757L5,16.25v6C5,22.662,5.351,23,5.778,23h0.778 | |
c0.427,0,0.778-0.338,0.778-0.75V21.5h9.333v0.75c0,0.412,0.35,0.75,0.777,0.75h0.778C18.649,23,19,22.662,19,22.25v-6 | |
l-1.618-4.493C17.228,11.315,16.791,11,16.277,11z M7.875,19.25c-0.623,0-1.125-0.502-1.125-1.125S7.252,17,7.875,17 | |
S9,17.502,9,18.125S8.498,19.25,7.875,19.25z M16.125,19.25c-0.623,0-1.125-0.502-1.125-1.125S15.502,17,16.125,17 | |
s1.125,0.502,1.125,1.125S16.748,19.25,16.125,19.25z M6.556,15.5l1.167-3.375h8.555l1.167,3.375H6.556z"/> | |
<path d="M23,0h-1h-2H4H2H1C0.448,0,0,0.448,0,1v1c0,0.552,0.448,1,1,1h1v21h2V3h16v21h2V3h1c0.553,0,1-0.448,1-1V1 | |
C24,0.448,23.553,0,23,0z"/> | |
<path d="M18,4H6C5.448,4,5,4.448,5,5s0.448,1,1,1h12c0.553,0,1-0.448,1-1S18.553,4,18,4z"/> | |
<path d="M18,7H6C5.448,7,5,7.448,5,8s0.448,1,1,1h12c0.553,0,1-0.448,1-1S18.553,7,18,7z"/> | |
</g> | |
</svg> |
Notice the rh_svg class so that what you have to add and some SVG icons have in them so simply remove it. If you want to change the Label for these meta fields then navigate to Dashboard → Appearance → Customize → Property Detail Page → Basics as shown here.