How do I remove or make transparent the white boarders around images in Codex? They aren’t on my home page, but within the content of the page. What is the code I need to enter in additional CSS to get rid of them?
You either use the plugin’s options to change them or turn the off (if possible), or override them with custom CSS: body .et_lb_image_box img { border: none; }