Removing Default Image Border

  • Anonymous

    #9249

    Hi,

    Since WordPress took away the ability to add/remove a border in the image editor, how can I get rid of the default border that is put round my images in Graphene?

    Thanks

    Barry

    Anonymous

    #43121

    Found what I was looking for.

    I added this at the bottom of the CSS page:

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

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

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