Hi Martin, Sorry for late respond. Both of those can be done via template override.
For the number one, you just need to remove this part from the template override code :
And for the number one
you need to change this part :
echo JHtmlString::truncate(strip_tags($item->introtext), $introtext_truncate);
into
If you don't know about template override, you can follow this video