• Hello, how I can add icons and sections to property features?
    and I want to make the unchecked features to be hidden.
    Some example of sections that I want to add is like “Home Exterior”, “Interior”, “Building Structure”, etc.

    Any help will be much appreciated.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author g5theme

    (@g5theme)

    Please override template: single-property/info-tabs.php https://prntscr.com/gvvrv8
    Please read this guide first: https://plugins.g5plus.net/ere/faq/ tab “HOW TO OVERRIDE TEMPLATES VIA A THEME”
    If you don’t want override template, you can custom css for change icon and hide the unchecked features: We have 2 css class: feature-unchecked and feature-checked
    Ex: to hide unchecked features

    .feature-unchecked
    {
       display:none;
    }

    Thanks

    Thread Starter vineryap

    (@vineryap)

    @g5theme Thank you! ?? How about the icons? is it possible for me to change it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add icons and sections to property features or amenities’ is closed to new replies.