Support

Home Forums Event Espresso Premium PDF Invoice styling

PDF Invoice styling

Posted: April 12, 2015 at 11:59 pm


Visual Facilitators

April 12, 2015 at 11:59 pm

Where can I find the css where I style the classes for the PDF invoice?
I would like to un-bold the tax line which is styled through classes but can not find a file where I can change that. Only with the editor buttons it is not possible.


Josh

  • Support Staff

April 13, 2015 at 5:35 pm

Hi Heinz,

If you change CSS in the file, it will unbold other lines that use the .total CSS class and you’ll lose your changes each time you update. A simpler approach that you can take is add an inline style.

You can add an inline style by going in to edit the invoice content and where it has this:

<td colspan="2" class="total" id="total_currency">Tax Total</td>
<td class="total">[TXN_TAX_SUBTOTAL]</td>

you change it to this:

<td colspan="2" class="total" id="total_currency" style="font-weight:normal">Tax Total</td>
<td class="total" style="font-weight:normal">[TXN_TAX_SUBTOTAL]</td>


Visual Facilitators

April 14, 2015 at 2:12 am

Thank you, that helped!


Dean

April 14, 2015 at 4:57 am

Hi Heinz,

Does this answer your question or do you need further assistance with this topic?


Visual Facilitators

April 14, 2015 at 9:51 am

Yes, thanks!

The support post ‘PDF Invoice styling’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso