Viewing 5 replies - 1 through 5 (of 5 total)
  • In your style.css look for

    figure.img-category {
      max-width: 150px;
      min-height: 20px;
      overflow: hidden;
      margin: 0 1.4% 20px 1.4%;
      display: inline-block;
      padding: 2px; <--
      background: #ccc;
    }

    Take out the padding or set the padding to 0px

    Thread Starter vanessavolk

    (@vanessavolk)

    Hi ricoh,

    Thanks for your answer, but this didn’t work, I don’t know why.
    I tried setting the padding to 0px, removing the padding, and changing the color of background to #000, but nothing removing the border 🙁

    Thread Starter vanessavolk

    (@vanessavolk)

    I just realized that the change is visible in IE and Firefox but not in Chrome.
    Someone knows what I need to do to can see the chance in Chrome?

    Try clearing the caches/cookies and history.

    Thread Starter vanessavolk

    (@vanessavolk)

    Now it worked!!! 🙂
    Thanks very much ricoh and WPyogi!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove images bordes’ is closed to new replies.