/* This will remove the "Create by..." on the main page */.module_notes .xg_module_body .note .xg_lightfont { display:none; }/* This will remove the "Create by..." on the Notes page */.xg_widget_notes .xg_module_body.notes_list .xg_lightfont { display:none; }/* And this removes the "Created by..." footer on each individual note. */.xg_widget_notes .xg_module_foot p { display:none; }