This guide is designed to help you change icon and remove price shown on slider. In detail, you will see on frontend as the following:
In order to change icon and remove price, please follow these steps:
1. Change icon of slider
- Step 1: Go to {root}/wp-content/themes/noo-citilights/assets/images.
- Step 2:In this folder we have all icon image for citilights. Here is list icon we used on slider:
You can copy your icon in this folder then remember to set name looks like our icon.
2. Remove the price of slider
To remove the price of slider, you need to go to {root}/wp-content/themes/noo-citilights/framework/admin/noo-property.php then remove this code from line 1404 to 1406.
$output .='<div class="property-price">';
$output .='<span>'.NooProperty::get_price_html($property->ID).'</span>';
$output .='</div>';