Is it possible to add an Alt Text for the "Add to Cart" and "View Cart" buttons? I have a few blind customers who rely heavily on proper Alt Texts for all images.
created
Jul '24
last reply
Jul '24
- 2
replies
- 292
views
- 2
users
- 1
like
Is it possible to add an Alt Text for the "Add to Cart" and "View Cart" buttons? I have a few blind customers who rely heavily on proper Alt Texts for all images.
Yes, our button codes are just standard HTML code, so feel free to add any custom alt
and/or title
attribute(s) you wish -- e.g., like so:
<a href='https://www.fatfreecartpro.com/ecom/gb.php?&c=cart&ejc=2&cl=20545&i=100100' onclick='return EJEJC_lc(this);' style='display:inline-block;background: #3da5d9 url(https://www.e-junkie.com/ej/images/newaddtocart.png) center/100px no-repeat;border: none;padding: 7px 55px;border-radius: 3px;box-shadow: 1px 2px 2px rgba(0,0,0,0.2);text-decoration: none;' target='ej_ejc' class='ec_ejc_thkbx' alt='Add to Cart' title='Add to Cart'> </a>