Could anyone tell me how to edit image formatting in Wordpress? Here's how images currently look (man in suit, surfing) click here.
I'd like to get rid of the grey background and the small black border around the outside. Any help is greatly appreciated!
02-04-2010, 07:54 AM
thewebhostingdi
You can download the image on your local machine and edit it with any image editing software and change it and then reupload the image into your wordpress.
02-04-2010, 08:33 AM
aj_nsc
For future reference, thewebhostinggdi, you may want to try to address the question that is actually being asked.
The grey background and black border come from styling of the div element that the image is in. If you remove wp-caption from the class of the div element, then it will remove the border and background.