Hello
I would like images to have the same css as the gallery with the nice grey border around how to i achieve this for certain images as i do not want all to have it?
thanks
http://southhiendley.wakefield.sch.uk/
the first twoo images i want to have the grey border …. but not the logo — i guess i coud make that a slider:-)
thanks code he;p much appreocated
Hi,
You can always add a custom class to certain images:
And then you just need to target it with CSS:
.withBorder{ border: 1px solid gray; }
Regards,
Josue