Viewing 3 replies - 1 through 3 (of 3 total)
  • steelfrog

    (@steelfrog)

    In your CSS, replace this:

    #colLeft p img {
    padding : 8px;
    background : #f0f0f0;
    border-right : 1px solid #cccccc;
    border-bottom : 1px solid #cccccc;
    }

    with this:

    #colLeft p img {
    padding : 8px;
    background : #f0f0f0;
    border: 0;
    }

    [EDIT] I missed the ‘social icons’ part. Scratch this change then. I thought you wanted to remove the border on your post images. See solution next poster has offered.

    Michael

    (@alchymyth)

    just for the social icons:
    #socialIcons a img {border:none;}

    add this anywhere to style.css

    general for all linked images:
    a img {border:none;}

    And also how can i make my css not visible to everyone?

    you can’t.
    and – what would be the reason?

    first: be happy that it is visible, or otherwise nobody could help you here with your question;

    second: it must be visible for the browser, and therefore it is also accessible for anyone with a bit of technical understanding.

    Thread Starter hambos22

    (@hambos22)

    thank you both! 🙂 done!

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

The topic ‘Blue border around images’ is closed to new replies.