Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / remove underline at additional images

remove underline at additional images

Locked

Views: 539

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Oct 2010, 6:49 AM
#1
khmelnitsky avatar

khmelnitsky

New Zenner

Join Date:
May 2010
Posts:
2
Plugin Contributions:
0

remove underline at additional images

Hallow everyone,
I'd like to remove underline at additional images, I guess I should edit css file and set {text-decoration:none;} but I can't find where is it.
Could anybody advice something.
I'm using Zen Cart 1.3.9g and installed Zen Lightbox and Image Handler 2 for v1.3.x.
http://glowkeyboard.com/glowing-fluorescent-english-us-keyboard-stickers-p-1.html

Thanks.

22 Oct 2010, 8:23 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: remove underline at additional images

Looking with firefox I do not see an underline??

22 Oct 2010, 8:53 AM
#3
khmelnitsky avatar

khmelnitsky

New Zenner

Join Date:
May 2010
Posts:
2
Plugin Contributions:
0

Re: remove underline at additional images

Thank you for reply, I just removed it.
I added style="text-decoration:none;" in tag <a> in the line

$script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a style="text-decoration:none;" href="' . zen_lightbox($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="' . $rel . '" title="' . addslashes($products_name) . '">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';

includes/modules/MY_TEMPLATE/additional_images.php