Viewing 1 replies (of 1 total)
  • 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 {
        ....
    }
Viewing 1 replies (of 1 total)

The topic ‘Add CSS class to thumbnail’ is closed to new replies.