Style uses small caps for webpages, how to change for italic?

I am using Spanish Legal and noticed every webpage has its inline citation with small caps in the title. How can I change it so it uses normal caps? I searched the conditionals in a visual CSL editor and every "title" had not the small caps checked :(
Thanks
  • This is because the small caps is set on the "author" macro, which includes the title for items that don't have an author or editor.

    The code fix is to remove font-variant="small-caps" from each
    instance of <text macro="author" font-variant="small-caps"/>
    and then add it to the <name line of the "author" macro.

    This is a bit involved in the visual editor:
    Within Citation --> Layout, you'd have to click through Conditional --> if first --> Conditional and then within each if/else-if/else find the author macro and remove the small-caps.
    You'd then have to go to the bottom of the left-hand panel, find the author macro and set the small-caps property on the "name" (not "names"!) element.
  • This worked!! Thank you very much!!!
Sign In or Register to comment.