• Resolved qwack

    (@qwack)


    Hello, is it possible to put the writing of the variations in normal and not in bold. On default WooCommerce invoices, in emails, variants are displayed in bold. Thanks for your help.

    Capture

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter qwack

    (@qwack)

    Resolved.

    /wp-content/plugins/woocommerce/templates/emails/email-order-items.php

    Line 63

    ‘label_before’ => ‘<strong class=”wc-item-meta-label” style=”float: ‘ . esc_attr( $text_align ) . ‘; margin-‘ . esc_attr( $margin_side ) . ‘: .25em; clear: both”>’,

    Delete strong.

    Mirko P.

    (@rainfallnixfig)

    Great! Yes, that’s exactly the template to edit.

    Make sure to follow the correct flow to override templates as editing the core files is not recommended since they’ll be overwritten during the upgrade process and any customizations will be lost.

    * https://woocommerce.com/document/template-structure/#how-to-edit-files

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the fat on the invoice (variation of products)’ is closed to new replies.