Forums
(@mrkcristiano)
11 years ago
You can add a class in the parent div
<div class="my-image-div"> <?php the_category_thumbnail($id); ?> </div>
and use CSS like this
.my-image-div img { .... }