Hello,
Is there a way to add a script in the head section of a page? I have an online price sheet (added in topics) which I do not want my competitors to be able to print. I want to try adding this script to see if it helps. However, I don't know where to add it.
<style type="text/css" media="print">
body { visibility: hidden; display: none }
</style>
Thanks in advance![]()