APP Posted August 2, 2010 Posted August 2, 2010 Our customer requested if there is way to remove the printable copywrite information within the footer of each html web page. Like to remove this information. Any ideas for the code to perform this. Thanks. © 1999 - 2010 Printable Technologies Inc.
jstehman Posted August 19, 2010 Posted August 19, 2010 No, you cannot remove the Printable Technologies copyright information. Jeff Stehman Technical Support | Printable Technologies Inc. [email protected] | www.printable.com 858.847.6622 direct | 800.220.1727 office
JaySignmasters Posted February 22, 2017 Posted February 22, 2017 This isnt still the case is it? I see in the customization guide it says you can remove it, but the code it gives isnt working, or I am not putting it in the right place.
JaySignmasters Posted February 23, 2017 Posted February 23, 2017 Just wanted to update this: Based on my conversation with my BRM the footer info is not able to be removed. They are working on the ability to change this in March of 2017.
johnw Posted February 24, 2017 Posted February 24, 2017 Add this to your Footer in Custom Content. <style type="text/css"> #copyright{ display:none !important; } </style
JaySignmasters Posted February 24, 2017 Posted February 24, 2017 Add this to your Footer in Custom Content. <style type="text/css"> #copyright{ display:none !important; } </style Thank you johnw! Your CSS-fu is unmatched!
Recommended Posts