Ninja and FTP details for staff.
Hi
Kindly submit FTP details. The custom fields lable for the full article view
The custom fields for lable is defined only for the sale in in /html/com_content/article/tmpl/property.php file
It required to make same code for pet
<?php if(!empty($customs['rent-or-sale'])) :?>
<span class="tag-label label-<?php echo $customs['rent-or-sale'] ;?>"><?php echo Jtext::_('TPL_FOR').' '.$customs['rent-or-sale'] ;?></span>
<?php endif ;?>
Also you need to make custom fields as rent or sale like in current field you have yes no only.
Give a try and let me know.