Remove Series field from note, but not from bibliography

Hi,

I'm wondering if there's a way to edit my citation style so that text from the "Series" field is included in my Bibliography, but NOT included in footnote citations. My footnotes are rather cluttered right now, and removing book series names would clean them up a bit; but I'd still like the Series information to be included in the Bibliography.

I'm use Chicago Manual of Style 17th edition (full note, short title subsequent) (https://www.zotero.org/styles?q=id:chicago-fullnote-bibliography-short-title-subsequent)

Thanks.
  • That data is printed out by the call in line 1408 <text macro="collection-title"/> (it calls up the collection-title macro inside citation>layout).

    Either delete that whole line or modify said macro to your requirements (e.g. if you still want to keep the Series number, but not the title).
  • Thank you! Deleting that line did exactly what I wanted.
Sign In or Register to comment.