Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! The documentation for applying custom styles is here: Using custom styles

    In your case, the customer address can be addressed with .address and the footer with #footer. Something like this should do what you need:

    .address {
    	color: #9900cc !important;
    }
    
    #footer {
    	border-top: 0.1mm solid black;
    }

    You can use any HTML color code instead of the example #9900cc I used.

    I can recommend enabling the HTML output option in the status tab while testing. This will let you view the source and find out which classes & ids you can use for the custom styles.

    Hope that helps!
    Ewout

    Thread Starter inthecloud16

    (@inthecloud16)

    Thank you – That worked ??
    Just one last question – Is there an easy way to change the word “Packing Slip” – I would like it changed to Delivery Note.
    Many thanks in advance

    Plugin Contributor Ewout

    (@pomegranate)

    Sure! Check out the documentation here: https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/change-the-document-title/

    Hope that helps ??

    Have a splendid weekend!
    Ewout

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Styling’ is closed to new replies.