Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Katie

    (@kseaborn)

    The numbers are based on the style you’re using. Currently there’s a way to enforce numbering on styles that don’t support them (e.g. APA) but not remove numbering from styles that already use them. You might be able to do it with CSS on your end but I’m not sure.

    Plugin Author Katie

    (@kseaborn)

    In your theme or custom stylesheet, add this:

    div.zp-Zotpress div.zp-Entry .csl-left-margin {
    display: none !important;
    }

    You might also need to adjust the margin of the entry:

    div.zp-Zotpress div.zp-Entry .csl-right-inline {
    margin-left: 0 !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove citation numbers’ is closed to new replies.