Remove borders around all added image

  • Anonymous

    #595

    I’ve just installed your latest update – working great! Thanks.

    I want to remove borders around ALL images that I add to the website – appreciate any direction on how and where in the CSS to apply the change(s).

    Thx,

    Cycleguy

    Kim

    #13004

    Install Firefox & Firebug.

    Then try to right click on the element

    You want to look at.

    mljensen

    #13005

    Cycleguy,

    This addition to the CSS worked for me:

    .entry-content img{
    border:0px;
    margin:5px;
    }

    Marc

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.