The recent update has messed up the plugin for me. I’ve been using the below code with code snippets plugin to hide weight for a while now and the latest update has started to display the weight again on my packing slip when generating new slips. How can I remove the weight? The below code no longer works. Thanks!
We have applied some improvements recently to our default “Simple” template, to make it compatible with the mPDF extension (see PR#810), that is why the CSS rule for the item meta does no longer work with that specific selectors.
That said, here is an updated version of that code snippet that should work:
Thanks. That worked flawlessly but I’m having another issue. The pack slip/invoice font size adjustment code isn’t working. All fonts are way to large and changing the “pt” number on each font sizes does not change anything for me. Any ideas? The code I’m using:
@whflive you can use this guide to find the CSS selectors for these areas. You can then add the styles you need to these selectors to get them to look the way you want.