frostijonsson It belongs to the author info block, I just overrode this block in this file:
/templates/ja_blockk/html/layouts/joomla/content/info_block/author.php
to remove the 'By' text.
With the date format, it's inheriting this date format declared in the language file of template:
TPL_DATE_FORMAT_LC1 = "M d"
You can override this language constant TPL_DATE_FORMAT_LC1 to "Y M d" or other format as you wish.