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:
https://s3.amazonaws.com/zotero.org/images/forums/u7160335/qony6mvinscmtcq55em1.png
This is the zotcard setting I think:
https://s3.amazonaws.com/zotero.org/images/forums/u7160335/r15tltx5r0iulwl5q16e.png
This is the current not editor css setting
https://s3.amazonaws.com/zotero.org/images/forums/u7160335/10pduqw5z098864lesa9.png
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:
https://s3.amazonaws.com/zotero.org/images/forums/u7160335/qony6mvinscmtcq55em1.png
This is the zotcard setting I think:
https://s3.amazonaws.com/zotero.org/images/forums/u7160335/r15tltx5r0iulwl5q16e.png
This is the current not editor css setting
https://s3.amazonaws.com/zotero.org/images/forums/u7160335/10pduqw5z098864lesa9.png
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; }
.