I have added a category image using a custom field:
[types termmeta='service-area-category-image' title='%%TITLE%%' alt='%%ALT%%' size='full'][/types]
I'm using a Kadence child theme, and I need to display the category image in the Hero Header section, but I'm not sure how to output the cf image in the CSS with the proper syntax:
I checked the problem URL you shared for your taxonomy archive and the thing is that.
Basically, when you use Views/Archives, it will have effect on the page body (page content) not the header/footer or sidebears. You can deal with Header/Footer or Sidebars if you are using Toolset integrated theme and such options are integrated. But with Kandence theme we have limited integration hense there is no option to manage the header backgroup image.
As a workaround, I've crerated the following taxonomy view in legacy/classic mode and added the taxonomy filter:
Taxonomy term filter
Taxonomy term ID is set by the shortcode attribute "terms"
=> hidden link
And within the above taxonomy view's "Loop Editor" I've added the taxonomy image to display as you can see:
And also checkmark the checkbox "Disable the wrapping DIV around the View".
Then on your archive page:
=> hidden link
I've added "Fields and Text" block at the bottom of the page and within that I've added the following CSS code that displays the above view: