@quarryscapes Apologies for the late reply. Incase you are still facing this problem, you can copy the below mentioned 2 files to the “wp-content/themes/storefront/woocommerce/print-order/” folder. Replace “storefront” with your active theme’s folder name. The 2 files to be copied from the Delivery notes plugin are:
1. woocommerce-delivery-notes/templates/print-order/print-content.php
2. woocommerce-delivery-notes/templates/print-order/style.css
After you have copied them, add the below class to the style.css file & give it the appropriate styling as you need.
.company-address {
font-weight: bold;
font-size: 18px;
}
The above would display the address as: https://screencast.com/t/dfGNLAh43 .
If you don’t want to change anything in the print-content.php file, then it’s ok to not copy that to the theme folder. Simply copying style.css to the theme folder & changing that will also reflect your new styles.
I hope that helps. Thanks @paul_n for chipping in.
:Vishal