Editing Note Editor CSS
I had my note editor set to a off white colour and after the latest update it does not seem to be changing even when I edit the note.css option to
body { background-color: #fffbcc !important;}
I previously used a plug in called zotcard to change the background colour of my notes and found these other options in the advanced settings:
I figure this relates to the css style sheets you would create in user profile:
This is the zotcard setting I think:
This is the current not editor css setting
Would anyone be able to help figure out what I need to do , to get my note background colour back to how it was?
body { background-color: #fffbcc !important;}
I previously used a plug in called zotcard to change the background colour of my notes and found these other options in the advanced settings:
I figure this relates to the css style sheets you would create in user profile:

This is the zotcard setting I think:

This is the current not editor css setting

Would anyone be able to help figure out what I need to do , to get my note background colour back to how it was?
editor.*
settings are from Mozilla (e.g., for Thunderbird) and aren't relevant for Zotero. All Zotero settings are prefixed byextensions.zotero
, and plugins should generally be usingextensions.[something else]
.You can change the background color in
extensions.zotero.note.css
with.primary-editor { background: aliceblue; }
.