Website: http://lfswear.com/index.php?main_pa...products_id=43
How do I remove the text "larger image" for every additional image?
I only want it under the main image not under every single additional image?
Website: http://lfswear.com/index.php?main_pa...products_id=43
How do I remove the text "larger image" for every additional image?
I only want it under the main image not under every single additional image?
The easiest way would be to redefine 'larger image' to '' (two single quotes) in the language file where it is defined. This would eliminate it everywhere, though.
The precision way would be to edit /includes/modules/your_template/additional_images.php, and remove from lines 94 and 96
. TEXT_CLICK_TO_ENLARGE
Glad you got it sorted. Though I'm not a moderator, just a forum member.