Changing image frames
  • charlesdevrecharlesdevre December 2010

    I'm sorry to say, but I don't really like the default frames of the images.

    To change frames, I've searched the css. files over and over again.
    I guess I just don't know what I'm looking for.

    Can you help me, please?
    Thanks.

  • cbavotacbavota December 2010

    This is the original CSS that styles your images:

    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    .home #maincontent .post img,
    .archive .hentry img,
    .category .hentry img,
    .search .hentry img {
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #e6e6e6;
    -webkit-box-shadow: 0 0 0 1px #e6e6e6;
    -moz-box-shadow: 0 0 0 1px #e6e6e6;
    }


    Use the Custom CSS editor to add your own styles to overwrite this.

  • If possible, would you be able to provide the code that would just remove the frame?
    Should I just delete the border line of code, to apply to all images?
    Many thanks

  • cbavotacbavota February 14

    Remove the border and the box shadow.

Hey there!

Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.

Register

Categories

In this Discussion

Tagged