• Resolved shaboyagan

    (@shaboyagan)


    Hello,

    I would like to make the font size of the Product and the Products Attributes larger on my invoice. Can you please give me the css that I would add to my functions.php file to achieve that?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi!
    You can target the ‘Product’ column with td.product, so to increase the font size, you could try:

    
    td.product {
      font-size: 120%;
    }
    

    Using custom styles

    If you want to make more changes like this, I can recommend using the “HTML output” option in the Status tab of the PDF invoice settings – this will let you inspect the output so you know exactly how to target specific parts of the invoice.

    Ewout

Viewing 1 replies (of 1 total)
  • The topic ‘Change Font Size?’ is closed to new replies.