• Hi all,

    Twenty Eleven Theme

    How to remove the image border which is only a line?

    style.css

    background: #eee;
    border-color: #bbb;

    I tried replacing them with #ffffff without result. The line is still there

    Thanks

    Rgds
    satimis

Viewing 2 replies - 1 through 2 (of 2 total)
  • border-style: none;

    Thread Starter satimis

    (@satimis)

    Hi,

    Thanks for your advice.

    style.css

    ....
    a:focus img[class*="align"],
    a:hover img[class*="align"],
    a:active img[class*="align"],
    a:focus img[class*="wp-image-"],
    a:hover img[class*="wp-image-"],
    a:active img[class*="wp-image-"],
    #content .gallery .gallery-icon a:focus img,
    #content .gallery .gallery-icon a:hover img,
    #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
        border-style: none;
    }
    ....

    delelting both;

    background: #eee;
    border-color: #bbb;

    The line (border) is still there. But moving mouse pointer over the image the line disappears.

    Is it possible deleting the board permanently?

    satimis

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