You can change line 1625 in classipress/incudes/theme-functions.php
from:
$output .= ' - ' . appthemes_get_price( $cat_price ) . '</option>'."\n";
to:
if (current_user_can( 'manage_options' ))...
You can change line 1625 in classipress/incudes/theme-functions.php
from:
$output .= ' - ' . appthemes_get_price( $cat_price ) . '</option>'."\n";
to:
if (current_user_can( 'manage_options' ))...