Me again. Tried going thrugh frontpage-slideshow.php and changing every instance of “border: solid 1px” to “border: solid 0px”. In total 9 places (lines 649, 718, 756, 925, 932, 986, 994, 1210, 1219).
Didn’t work.
It is always good to exersise our telepatic abilities and see through what plugin you use. And I can tell you it is in css file, ohmm
A huge fan of telepathy myself, but only part receiving this one.
I am quite new to WordPress but know a fair bit about HTML, CSS and such. Using Firebug I can see that the plugin (Frontpage Slideshow) is reading CSS from CSS files called WordPress #1, WordPress #2 and WordPress #3.
Testing in Firebug, I can see WordPress #3 is the culprit so loads of good karma to you.
But for the life of me, I can’t find “WordPress #3”. Where the heck is it? I want to edit it real bad …
Ok. Finally figured it out. To anyone with the same problem:
The CSS in question is generated by the plugin. To be specific we’re talking line 147 in the “template.php” file.
Change 1px to 0px and you’re sorted.