Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2907
    d33d3345
    Member

    How do you change the border outline around images in posts?

    Thanks,

    John

    #2910
    Sakin
    Keymaster

    @d33d3345: Do you want to change it in all posts in homepage as well or just in the Single Post view. Also what is changes you want to do. Is it border color.

    #2915
    d33d3345
    Member

    Hi Sakin,

    I wish to remove it on some images within posts.

    Many thanks,

    John

     

    #2942
    d33d3345
    Member

    Sakin, can you help?

    #2960
    Sakin
    Keymaster

    Hello John,

    I just check in your post for example this: http://socialmediasuperfriends.com/facebook-marketing-what-does-it-really-take-to-be-succesful-2/ Here the image is wrap in caption. So to remove border for this add the following css

    .wp-caption {
    border: none;
    }

    #2971
    d33d3345
    Member

    Thank you Sakin,

    But what about images without captions?

    Kind regards,

    John

    #2983
    Sakin
    Keymaster

    Here goes the CSS John:

    #main #content img {
    border: none;
    }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Images – how to change border outline?’ is closed to new replies.