imagelinks have RED border
-
hi. using benevolence theme and recently added the lightbox plugin (javascript overlay of larger images linked from thumbnails or smaller versions, see it here: https://www.m3nt0r.de/blog/lightbox-wordpress-plugin/).
in benevolence, all the links are red. the lightbox code acts on an “imagelink” (the thumbnail linking to the larger image). but in benevolence that means the thumbnail images are showing up with a RED border, which i don’t want.
i edited the CSS to try to define a subclass of links as “imagelinks” without the red border. but my attempts either has no effect or else got applied to all the links. that’s no surprise: i don’t really know what i’m doing.
i’m happy with the text links (non-lightbox) staying as they are. but i want the border around the image in this post: https://www.plastiquemonkey.com/?p=137 and others like it to go away.
can you help?
here’s the lightbox imagelink code:
a class="imagelink"
title="click for a closer look"
rel="lightbox"
href="https://www.plastiquemonkey.com/wp-content/uploads/2006/02/fresh960.jpg"
rel="lightbox">
<img src="https://www.plastiquemonkey.com/wp-content/uploads/2006/02/fresh440.jpg"
/></a>
- The topic ‘imagelinks have RED border’ is closed to new replies.