Hello!
I was trying to add some CSS to Product Tags but I see the individual Tags have no CSS style attached. See attached screen shot. I want to add border around each Tag.
I have made child copy of meta.php but I don’t know how to add a style sheet (e.g ‘tag-style’) to each tag on below code?
<?php echo wc_get_product_tag_list( $product->get_id(), '<span class="meta-sep">,</span> ', '<span class="tagged_as">' . _n( 'Tag:', 'Tags:', count( $product->get_tag_ids() ), 'woocommerce' ) . ' ', '</span>' ); ?>