beingeclectic asked: Hi there, I just installed your Lightie theme and I'm loving it! I just want to ask you if it is possible to eliminate or reduce to the minimum the frame on the photos? I love the way it looks when I post a bunch of pictures and there's no frame on them. Thanks again, and a big hello from Mexico.
Hi, add this to Custom CSS (in Advanced): .post img, .text img {max-width: 500px; padding: 0; border: 1px solid {color:Separator};}
.post img:hover {max-width: 500px; padding:0; border:0; background-color: {color:Separator}; }
If you want to remove the border, just change “1” to “0”.
