mkirkwag
Member
Posted 1 year ago #
Apparently my theme adds a gray border to images. I need to get rid of this on one of them, if not all. Sorry to be ignorant, but I don't know and can't find it: what code should I be looking for to change this? The only reference to border I've found says border=0. The site is
Thanks so much!
mkirkwag
Member
Posted 1 year ago #
I seems to have put the link into my thanks...sorry! Moving too fast.
site is http://tribeofadmins.com
open style.css in your theme folder and remove these lines
.entry img{
border: solid #CCC;
}
mkirkwag
Member
Posted 1 year ago #
Thanks, Reuben! I knew it had to be in there, but I just couldn't see it. Now I just need to figure out how to tell some things to ignore the style sheet and some not...
:-D