solved Profile header image border

srx
@srx
4 years ago
18 posts
Using Elastic2, went to styles, but couldnt find how to disable the white border around the profile image, in the header, when looking at profile page, thanks
updated by @srx: 05/10/20 05:21:18AM
nate
@nate
4 years ago
911 posts
Check the "untagged" tab. You can also right click the element with Chrome of Firefox and see its HTML and its CSS class.
updated by @nate: 02/04/20 08:29:02AM
srx
@srx
4 years ago
18 posts
Right, can you take a look
https://www.aquarius.directory/andyux
so i should be looking for profile_image?
because i cant find that or image border... thanks
nate
@nate
4 years ago
911 posts
Yes, .profile_image is the class. It's a border rule. It's in the profile.css file.
.profile_image {
    border: 3px solid white;
    max-width: 80px;
    overflow: hidden;
    position: relative;
}

updated by @nate: 02/06/20 10:36:36AM
srx
@srx
4 years ago
18 posts
I see it in the css file. thanks

Tags