Hi
I have my gallery with Chaoticsoul theme. Because almost all my brochures are bright it will be great to make a bright border around thubmnail (or thumbnails in f.ex. grey boxes) in black theme. How to do it? I looked for sollution in CSS file but wihout success.. It`s to complicated :(
my address is: http://www.car-brochures.one.pl
Open themes/chaoticsoul/style.css, find
a:link .image{
border-style:solid;
border-width:1px;
border-color:#000000;
margin:2px;
}
and adjust it to your needs.
Thanks :)