Hide URL bottom left
-
Hi,
The URL is showing again in the bottom left of the receipt/delivery note etc.
I’ve got the footer options off in the settings and am using the code below which used to work:
// disable footer for delivery note function example_footer_free_delivery_note() { ?> <style> .delivery-note .colophon-imprint { display: none; } </style> <?php } add_action( 'wcdn_head', 'example_footer_free_delivery_note', 20 );How can I make the code work again?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Hide URL bottom left’ is closed to new replies.