Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Remove Blue Border From Product Image


broadstreetbully

Recommended Posts

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?

Link to comment
Share on other sites

Post a link to the page and perhaps someone could have a look at it for you...it's probably a "a href" link that you can fix in your css file but I can't say for sure without seeing it.

 

Dan

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...