Monday 28 May 2012

0

Remove Border And Shadows From Your Blogger Images

  • Monday 28 May 2012
  • Tanmay Kapse
  • |
    If you want to remove borders and shadows of your images in your blog then here I have a simple trick to remove border and shadows of your blogger images.We will do this with using a small piece CSS code.Just follow my steps carefully,

    How To Remove Border & Shadows Of Your Blogger Images?
    1. Go to Blogger Dashboard > Design > Edit HTML
    2. Download/Backup your template
    3. Now search for ]]></b:skin>
    4. Add below code just above ]]></b:skin>
    .post-body img, .post-body .tr-caption-container, .Profile img, .Image img,.BlogList .item-thumbnail img {    padding: none !important;    border: none !important;    background: none !important;    -moz-box-shadow: 0px 0px 0px transparent !important;    -webkit-box-shadow: 0px 0px 0px transparent !important;    box-shadow: 0px 0px 0px transparent !important;}
     Now save your template and refresh your blog.Now your blog should appear without any borders and shadows.


    Enjoy ! 

    Stay Connected With Free Updates

    Subscribe via Email

    0 Responses to “Remove Border And Shadows From Your Blogger Images”


    *Important - If you want to be informed of any replies to your comment, check the "Subscribe By Email" before submitting. Please Do Not Spam

    Please Do not Spam

    Receive Free Updates Via Email. Subscribe Now!