Replacing Text Tab With Html Image

how can I replace add to comparison tab with html image ?

https://prnt.sc/he9e6v

when i save it .... https://prnt.sc/he9g1a

thanks for helping

design/themes/THEME/templates/common/product_data.tpl

override products:buy_now hook or replace the following code

            {if $settings.General.enable_compare_products == "Y"}
                {include file="buttons/add_to_compare_list.tpl" product_id=$product.product_id}
            {/if}

design/themes/THEME/templates/common/product_data.tpl

override products:buy_now hook or replace the following code

            {if $settings.General.enable_compare_products == "Y"}
                {include file="buttons/add_to_compare_list.tpl" product_id=$product.product_id}
            {/if}

Thanks, but in working just for "buy now with 1 click" tab.

html code still remain https://prnt.sc/hg9akj

design/themes/THEME/templates/addons/call_requests/hooks/products/add_to_cart.post.tpl

Check how the popupbox.tpl is processed and rewrite button code according to your needs