Remove or hide blogga sharing icons and date

Permalink
Hi.

Can anyone please tell me how to remove the sharing icons (and the date) from Blogga post? I found a way to hide them from description list by editing the view.php file, but i cant find the right file to edit to hide them from the post itself. Thanks.

gmatik
 
mdzoidberg replied on at Permalink Best Answer Reply
mdzoidberg
Edit here:

packages/blogga/page_types/blogga_page.php

Look at approx line 44, span with class "share-links", you can add a style of display none.
gmatik replied on at Permalink Reply
gmatik
Got it. Thanks.