Is it possible to add a border around only pictures related to products (thumbnails, large images, additional views, etc).
I tried adding a border in the stylesheet.css but it applied the border to ALL images on the site, including my logo, etc.
Is it possible to add a border around only pictures related to products (thumbnails, large images, additional views, etc).
I tried adding a border in the stylesheet.css but it applied the border to ALL images on the site, including my logo, etc.
#productListing img, #productGeneral img { border: etc...;}
Other pages can be added to this list, or it can be narrowed further if desired.
Thanks so much for the help! Is there a way to prevent it from making a border around my button images?
Find out what class applies to the button images and style that as border: none;
View Source may be able to give you the required info, or use the Firefox Web Developer extension tools.