I have added a custom field to add background images to the page-heading of pages…
this works perfectly, I located the code in theme-functions.php
<div class="page-heading bc-type-<?php esc_attr_e( $l['breadcrumb'] ); ?>"style="background-image: url('<?php the_field('imagen_cabecera_jamdx'); ?>');">
it works ONLY with the pages… the field that appears when editing a woocommerce category, is not appearing in the front end.
can you kindly point me where is the file / code I need to edit to add this same custom field to be used as background image for the categories?
thank u guys I love the theme,
