Title: CSS Question
Last modified: September 17, 2017

---

# CSS Question

 *  Resolved [MoonDog](https://wordpress.org/support/users/moondog/)
 * (@moondog)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-question-36/)
 * Hello:
 * I’m trying to locate the CSS that controls the solid black background on the 
   invoice and packing slip where Product, Quantity and Price are located. I want
   to remove the black background and revise the heading color.
 * Please point me in the right direction.
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-question-36/#post-9509207)
 * Hi! You can change the header color with this CSS:
 *     ```
       .order-details thead th {
           color: black; /* this is the text color of the header row */
           background-color: #ccc;
           border-color: #ccc; /* make this the same color as the background color */
       }
       ```
   
 * If you have more questions like this, you can temporarily enable HTML output 
   in the Status tab of the PDF Invoice settings, which will let you inspect the
   HTML in your browser.
 * Hope that helps!
    Ewout
 *  Thread Starter [MoonDog](https://wordpress.org/support/users/moondog/)
 * (@moondog)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-question-36/#post-9509745)
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS Question’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [custom styles](https://wordpress.org/support/topic-tag/custom-styles/)
 * [header background](https://wordpress.org/support/topic-tag/header-background/)
 * [Header Color](https://wordpress.org/support/topic-tag/header-color/)

 * 2 replies
 * 2 participants
 * Last reply from: [MoonDog](https://wordpress.org/support/users/moondog/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/css-question-36/#post-9509745)
 * Status: resolved