Hi
You can open file: /templates/ja_purity_iv/html/com_content/article/default.php
Look for this line of code:
<?php echo HTMLHelper::_('content.prepare', $this->item->fulltext); ?>
change it to:
<?php echo HTMLHelper::_('content.prepare', $this->item->text); ?>