X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   thumbnail link color (https://forum.x-cart.com/showthread.php?t=21102)

RobinBraves 04-12-2006 06:41 PM

thumbnail link color
 
Hello... On all my thumbnails on the products page, it shows the blue (#0000FF) box around them, meaning it's a hyperlink. I am assuming this color is the default.

It only shows when I display the page using Internet Explorer.

Is there a way to get rid of that blue box or atleast change it to black?


Any help is much appreciated!

~Robin

balinor 04-13-2006 02:40 AM

By default, that shouldn't show unless you have done some customization. There should be a

border="0"

piece of code in product_thumbnail.tpl that will prevent that. If not, add it in.

Zaja 04-13-2006 05:02 AM

You can also prevent a border from appearing around a linked images by setting the border size to zero in style1.css.
Code:

img { border: 0; }


All times are GMT -8. The time now is 06:53 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.