Dynamic background image from meta

This might not be technically correct and therefor not possible.

I have created Brickbuilder templates for woocommmerce product categories (working fine) and now wish to do the same for 'Brands" using their Brands Add-On plugin. So creating a custom Brands Archive Template.

This works great, and dynamically populates only the products tagged with that particular brand.

However, an image is added to the plugin which I want to output as a background image for the hero container. See attached. I can’t figure this out.

Screenshot 2023-06-06 at 14.14.44

Woo product cat image doesn’t work.

The text below is from Yith support.

"The default taxonomy created by the plugin is called yith_product_brand , but we don’t add any dynamic reference to get the brand banner.

The brand is a taxonomy term, and we save the brand banner as a term meta using the following key: banner_id , which is the attachment ID (the image in this case). I don’t know how this builder works, so maybe you can contact their support and ask them if it is possible somehow to get the meta information of a term and render the image with the WordPress functions."

Thanks for any advise.

Use ‘dynamic data’ - ‘term meta’ and use banner_id as the key.
{term_meta:banner_id}