Horizonテーマのカテゴリ画像

Hello, I posted yesterday on the horizon theme topic but I suspect that is not really being monitored.

In short, I think the theme is missing a bit of code to show the uploaded images. I spent a while looking via dev tools and in the settings to no avail. Any help would be much appreciated.

Thanks

<span class="badge-category__wrapper " style="--category-badge-color: #82c14a;--category-badge-text-color: #FFFFFF;"><span data-category-id="5" data-drop-close="true" class="badge-category restricted --style-square" title="The OPDC Core Materials Category will host discussions, FAQ, and related resources for Geoff’s Online Permaculture Design Course."><svg class="fa d-icon d-icon-category.restricted svg-icon svg-string" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="#lock"></use></svg><span class="badge-category__name">OPDC Core Materials</span></span></span>

I think this is the relevant section. The Style shown here is

<span class="badge-category__wrapper " style="--category-badge-color: #82c14a;--category-badge-text-color: #FFFFFF;">

So I think the style= needs to also have a “category-image” option. Maybe I can achieve this with CSS? But it seems like we should be able to toggle that within the theme / settings.

I am not proficient in coding so I could be off base, but this is based on the Intro to Components docs and guides you provided (thanks for that!)