Ahh my website is also listing the post with UL and LI. I try to change the List-style-type from none to square, and the kind of work. But then there are squares next to the posts also, which is not good.
Tahe a look at https://oplevelser.search-more.dk/mad-drikke/vinsmagning/
It does output the UL and LI. But i can see that is also output list-style-type: none;
I don´t know that comes from, because it works fine on the rest of the website, where i use elementor.
<div class="cat-extra-dis">
<?php
$queried_object = get_queried_object();
$taxonomy = $queried_object->taxonomy;
$term_id = $queried_object->term_id;
the_field('tekst_under_posts', $taxonomy . '_' . $term_id);
?>
</div>
<!-- /.cat-extra-dis -->
What code should i share? The one i have insertet in my category?