Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Crumina

    (@liondekam)

    Hi,

    Thanks for reaching out!

    You can add a border to all images with this custom CSS:

    img {
        border: 1px solid #ccc;
    }

    You can also specify the location, where images must gain border, by adding a corresponding class before the img tag.

    Thread Starter heretik82

    (@heretik82)

    I tried that but it doesn’t work. I added also .post .entry-content before but no luck with that. Only thing that is working is calling my-img-border css for each image. But that puts border something bigger then the image itself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images border’ is closed to new replies.