Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to remove blue line under product images?

How to remove blue line under product images?

Locked

Views: 1,620

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Feb 2010, 12:41 AM
#1
blackbeltpatches avatar

blackbeltpatches

New Zenner

Join Date:
Feb 2010
Posts:
4
Plugin Contributions:
0

How to remove blue line under product images?

There is a blue line under the product images in the site I am setting up (inbetween the image and the words 'larger image'):

http://blackbeltpatches.com/index.php?main_page=product_info&cPath=2&products_id=1

These blue lines only appeared after I removed a failed installation of Zen Lightbox.

How can I get rid of them?

Thanks in advance for your help :)

15 Feb 2010, 1:08 AM
#2
llynix avatar

llynix

Zen Follower

Join Date:
Jul 2009
Location:
Texas
Posts:
210
Plugin Contributions:
0

Re: How to remove blue line under product images?

a:link, #navEZPagesTOC ul li a {
text-decoration:none;
}

stylesheet.css line 23

15 Feb 2010, 1:46 AM
#3
blackbeltpatches avatar

blackbeltpatches

New Zenner

Join Date:
Feb 2010
Posts:
4
Plugin Contributions:
0

Re: How to remove blue line under product images?

It worked, brilliant!

Thank you very much.