XF 1.5 Member Card Profile Pic Background Color

Exemption

Active member
Anyway to change the background color of the users picture in the member card?
I wanna make the blue the same color as the card color
vTfig3I.png


Cause my pic is 190 x 190 and shows the blue outline
 
There is no border in the default style so that must be something you have added yourself.

Unless it's the background colour.
What is the link to your site?
 
You have a background color specified which is causing the blue border on the overlay.

Add this to your EXTRA.css
.xenOverlay.memberCard .avatarCropper { background-color: transparent !important; }
 
Last edited:
Top Bottom