Jump to content
WebFlake
  • 0

How Do You Remove Borders Around Profile Pictures


Nozzy

Question

2 answers to this question

Recommended Posts

  • 0

ACP -> Look & Feel -> Your Skin -> CSS -> ipb_styles.css.

Ctrl + F and search for ".ipsUserPhoto"

It'll look something like this I believe:

.ipsUserPhoto {
        padding: blahblahblah;
        background: blahblahblah;
        border: blahblahblah;
        box-shadow: blahblahblah;
}

Remove the line that start with "border" and it should fix it.

  • Upvote 1

Need some IPB, MyBB, or HTML/CSS work done? Check out my thread!
:smiley:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...