Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

How to remove the image gray border


  • You cannot reply to this topic
4 replies to this topic

#1 oopsie

  • Community Member
  • 2 posts
  • Real Name:Stu

Posted 20 March 2011, 14:37

Hi,

I'm setting up a site that's using 2.3.1. I managed to figure out how to get a background pic up and running but then when I started looking at some of the old stock photo's I have put up, they all started off with a gray border around the images.

It took me ages to work it out, so I'm putting it here for you all, so you don't have to :)

In the main "stylesheet.css" file, look around line 139 for

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

and change it to
#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 0px #000;
}

Job done :)

#2 justinswaa

  • Community Member
  • 30 posts
  • Real Name:justin

Posted 02 April 2011, 10:27

Thank you!

I love it when a google saves me a half hour slog!

#3 shanek

  • Community Member
  • 4 posts
  • Real Name:shane kenny

Posted 02 April 2011, 15:28

how do you get a background pic up?? )

#4 justinswaa

  • Community Member
  • 30 posts
  • Real Name:justin

Posted 02 April 2011, 20:04

look for body { in the same stylesheet and add your background there

#5 kymation

  • Community Sponsor
  • 5,662 posts
  • Real Name:Jim Keebaugh
  • Gender:Male
  • Location:Aberdeen WA USA

Posted 02 April 2011, 20:46

That will work in Gecko-based browsers (Firefox etc.) but not in Webkit based browsers (Chrome, Safari, etc.) You need to change the other line as well:

#piGal img {
   -webkit-box-shadow: 0px 0px 0px #000;
   -moz-box-shadow: 0px 0px 0px #000; 
}
Regards
Jim
My Addons

Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support