Tags:
Views: 8
/* 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; }
Hi zenseeker,
Because the "Created By..." footnote is in a couple of pages in the Notes feature, you'll need specific CSS for each specific page. Specifically for the Notes feature, try the following CSS:
/* 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; }
This will not apply to other "Created by" footnotes outside of the Notes page. Let me know if you need specific CSS for that.
- Ernie
© 2026 Created by Ning Developer Admin.
Powered by