Images with border

Posted in: Newspaper
Post count: 20

I want each picture in my site (in each box, post etc) to have a border around for example 1px.
I’m wondering if there is any helpful ccs code.

BR,

S.

Post count: 9544

you might trying adding some basic CSS to the custom CSS box,

like

.img {border:1px solid #CCCCCC;}

but then adapt that to any of the image classes being used on the templates — do “view source” on one of your pages to see the actual tag being used for images, or existing class.

Here is a class used for full size image, placed into a post

.size-full {border:1px solid #CCCCCC; !important}

something like that ?

I have not actually tried this, but seems like something along those lines should work 🙂

Likely Lucian or Marius will follow up later Sunday/Monday when they are open again with additional info, if that didn’t help point you in right direction 🙂

  • This reply was modified 11 years by simchris.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.