How I can change the css style of top variation attributes background?

You can change the background color of the variations table inside the PDF like this:

.woocommerce-pdf-catalog-variations .variation-head-row, 
.woocommerce-pdf-catalog-variations .variation-head-row th {
 background-color: red;
}

One thought on “How I can change the css style of top variation attributes background?

  1. Harry says:

    custom css:
    Variations: Would like to hide the title ‘Variations’ and also the head row ‘Descriptions’.
    Also add a bottom padding below the Variations table.

Leave a Reply

Your email address will not be published. Required fields are marked *