Viewing 1 replies (of 1 total)
  • Looks like the red is coming from CSS in your theme here:

    .post-autor-images {
        background: none repeat scroll 0 0 red;
        height: 80px;
        width: 80px;
    }

    You could try changing the color there to match the background of that page area – this color code: #F2F2F2;

    Or change the height of those images – looks like changing the height to 60 in the CSS above would do that.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove red border from user profile pictures’ is closed to new replies.