broadstreetbully Posted March 20, 2015 Posted March 20, 2015 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?
Dan Cole Posted March 20, 2015 Posted March 20, 2015 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 Need help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC community version (CE Phoenix) here.
MrPhil Posted March 20, 2015 Posted March 20, 2015 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.
multimixer Posted March 20, 2015 Posted March 20, 2015 You can add to your css a img{ border:none !important;} My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.