Hello,
Thank you for reaching out to us with your request.
Please read this article – https://woocommerce.com/document/editing-product-data-tabs/
There is no option to add an image for a tab, but custom CSS code can be used, for example:
.wc-tabs .et-woocommerce-tab:last-child a:after {
content: url('/wp-content/uploads/2024/07/logo.png');
width: 30px;
}
change /wp-content/uploads/2024/07/logo.png to the desired image URL.
We hope this information is helpful.
Best Regards,
8Theme’s Team