Download & Extend

"Gray border around image" checkbox in block settings does nothing

Project:Acquia Prosper
Version:6.x-1.0-beta4
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)
Description

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

Comments

#1

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?

#2

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.

AttachmentSize
grayborder.jpg 48.9 KB

#3

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!

#4

Status:fixed» closed (fixed)

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