Remove logo border

Hi,

Am trying to remove the logo border on http://www.princessgowns.co.uk/prom-dress/night-moves/

but I can’t seem to pinpoint it… can anyone guide me please?

Thanks

That’s not a CSS border. It’s part of the logo image. You need to load it into your favourite image app and crop a pixel or so off the edges.

Sorry,

Pretty tired :stuck_out_tongue:

Who isn’t? TGIF, eh? :stuck_out_tongue:

Add

border: 0;

to your actual image class.

Phyxas, please explain how this CSS rule would help remove a border that is part of the image itself. :rolleyes:

Oh, I did not understand the “part of image logo” part, though a simple border via CSS could also be a part of the image-logo, since it’s ine one class.

But thanks. And yes, cropping down the edges would help.