I have been a faithful fan of WordSearch ZipScript. I got to thinking I may loose ZipScript one day because I have come to the conclusion that Logos is not going to update it. So I have to learn CopyVerse....
So I built a style in Word called LogosBibleVerse to change the font from Logos Calibri to Times New Roman and saved it in Word ....

Then I build the following file in CopyVerse:
---------------------------------
%NoCharFormatting
%NoRedLetter
%NoFootnotes
%NoCitation
%ForEachVerseStyle=LogosBibleVerse
=Header
<p>“<i>
=ForEachVerse
<sup>[VerseNum]</sup> <i>[VerseText]
=Footer
</i>” - [FullPassageRef]</p>
-----------------------------------
But when I copy verses in CopyVerse as Styled and paste in Word ... the passage still comes up in Calibri.
My question is... what did I do wrong?