removing border around pics

Anyone know how to take out the grey box around member pics and profile pics?

Quote · 17 Jul 2009

Didn't we cover gray boxes/borders last week Faithful?  Geesh, methink your having some blonde moments over there...

 

1.  Get Firefox w/firebug out.

 

2.  Right click on one of the borders and hit inspect.  You'll see in the right 1/2 of the screen that opens the code for the box and you'll see it there:

 

 

.icons
{
 border: 1px solid #cccccc;
 margin: 2px;
 cursor: pointer;
 background-position:center center;
 background-repeat:no-repeat;
}

 

Just change to:

 

.icons
{
 border: none;
 margin: 2px;
 cursor: pointer;
 background-position:center center;
 background-repeat:no-repeat;
}

 

And you will have it, I'm not telling you the line number this time... But have fun with it and that will take care of them on the profiles.  Did you want it in another spot too?  I disable all Photo Galleries on my sites and use Photo Albums, but the same tools will help you find it there also.

 

Quote · 17 Jul 2009

lol, thanks man, I never knew firebug could do that...

Yes, I am an idiot stick:)

Quote · 17 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.