Viewing 4 replies - 1 through 4 (of 4 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Add following code to style.css

    img {
    border: 2px solid black;
    }
    Thread Starter enjoipix

    (@enjoipix)

    ive tryed that and it does not do the trick unfortunately, any other ideas please? πŸ™‚

    Thread Starter enjoipix

    (@enjoipix)

    a lucky guess solved it!

    img {
    border:0px!important;
    }

    thanks alot πŸ™‚

    Hardeep Asrani

    (@hardeepasrani)

    Looks like there was already a border defined by your theme’s stylesheet, which was override by the !important tag.

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