Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Remove Blue Border From Product Image


broadstreetbully

Recommended Posts

Posted

I am trying to remove the blue border that appears every time I click on the product image on product_info.php and using the developer tools it shows it's in #picGal_img but I can't get rid of the border in my stylesheet.

I looked in product_info.php but I couldn't find where to remove the border from...

anyone else know how to remove it?

Posted

The <img> tag should have border="0" as an attribute. If it is missing, or greater than 0 value, you'll get a bright blue border around the image. CSS might also do the trick (border: none;), but I haven't confirmed that.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...