This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi
In the single product image, there is an icon for enlargement of the image, but its alt tag is not variable with the image title and it always shows “title here”. How can I fix that?
Hello,
To change “title here” you need edit the file wp-content/themes/classico/woocommerce/single-product/product-image.php in line 65.
<a href="<?php echo $image_link; ?>" class="product-lightbox-btn" <?php echo $data_rel; ?> title="title here">lightbox</a>
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up