Dear Dung
Please open modules/mod_sj_meganewsii/assets/css/style.css file
- To remove date, add this code to the end of file:
div.yt_list_others > ul > li span.created { display: none;}
- To remove links at the end of box, please find this code:
div.yt_browsers {
margin: 10px 0 0;
}
and change to:
div.yt_browsers {
display: none !important;
margin: 10px 0 0;
}
Thanks