Title says it all. Gray border remains around image whether box is checked or not, in both catalog and product node pages.

Drupal 6.17
Ubercart 6.x-2.2
Acquia Prosper 6.x-1.0-beta4

CommentFileSizeAuthor
#2 grayborder.jpg48.9 KBparrotdise

Comments

jeremycaldwell’s picture

Status: Active » Postponed (maintainer needs more info)

The "Gray border around image" Skinr style is available to blocks, panels, and views only. By default the product node has a border around the product image which isn't something that can be toggled so not sure how it is used on your site. Can you provide us with a screenshot so we can see what you are referring to?

parrotdise’s picture

StatusFileSize
new48.9 KB

Here's a screenshot of the product node. If that gray border isn't toggleable, any chance you could point me towards its location in the CSS files? The client wants no border between the product images and the rest of the page.

jeremycaldwell’s picture

Status: Postponed (maintainer needs more info) » Fixed

This bit of CSS will remove the border around the product image on the product node.

.product-image img {
  border: none;
}

Hope that helps!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.