07/26/2014 at 9:34 am
#298057
Keymaster
@ Linda
You would have to edit the template to remove the following line of code:
<div style="display: block; margin-bottom: 8px;"><?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?></div>
The file you need to edit can be found here:
../wp-content/plugins/connections/templates/card/card-default.php
If you do decide to edit the template, then I highly recommend you following this QuickTip to ensure your changes are update safe.
