Tagged: remove border thumbnail gallery
Hi.
how can i remove the border? and where is the css file located?
Great plugin!
Regards
Thanks Tue,
Can you be a bit more precise? Where is that border? In lightbox? In gallery on your page?
The border is around the thumbnails and is generated with:
#gallery-1 img { border: 2px solid #cfcfcf; }
Then this is a 100% theme driven. Just remove the code you posted from your theme CSS.
ahh okay. see thats the problem, i cant find it in any of the css documents.
Maybe you’re using a plugin for gallery display. If so, check the plugin CSS file too or just override it in your theme CSS.
it was a theme thing! i found it. thanks!