In transaction section how can I change "BUY" and delete "SELL" with the css code in appearance > customization?
<div class="list" style="overflow: hidden; display: block; opacity: 1; margin-top: 0px; margin-bottom: 0px;">
<div class="option " data-id="2">Buy</div>
<div class="option " data-id="2">Sell</div>
} else if($type == 'transaction') {
$opt[0] = __('All', 'delta');
$opt[1] = __('Sell', 'delta');
$opt[2] = __('Buy', 'delta');
$opt[3] = __('Rent', 'delta');
$opt[4] = __('Exchange', 'delta');
Regards,