Jump to content

Remove borders from Profile Photos / Avatars


boro_boy

Recommended Posts

Posted

How can I remove the light border from around my members profile photos / avatars.

As this spoils the avatars!!

In the image below you can see the borders around the Middlesbrough Crest.

Capture.PNG

Posted
36 minutes ago, Michael Yates said:

Hello,

This is for IPB 4.1

 

strange as believe should not be a border there unless that is a custom theme and it has been added to it (or it is in the actual image itself) ?

OK, it has been added to the custom.css file

look for:

.ipsUserPhoto::after {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

and remove it

Posted

It is a custom theme and i've just loaded the normal Invision theme and as you say, there is no border around the avatar.

Thank you.

Looks like i'll be emailing IPSFocus asking them how to remove this.

 

Posted
3 minutes ago, Michael Yates said:

It is a custom theme and i've just loaded the normal Invision theme and as you say, there is no border around the avatar.

Thank you.

Looks like i'll be emailing IPSFocus asking them how to remove this.

 

Already mentioned how to remove it

Posted
12 minutes ago, steve00 said:

strange as believe should not be a border there unless that is a custom theme and it has been added to it (or it is in the actual image itself) ?

OK, it has been added to the custom.css file

look for:


.ipsUserPhoto::after {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

and remove it

I didn't see that when I first read, but thank you, i'll give that ago.

Posted

I could not find that in custom.css so I added this to the custom.css and it removed the border:

.ipsUserPhoto:after{ display: none; }

Thanks for your help. 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...