Follow

Fix for square team member images

If you enable square skin but team member images are still round, you can fix this problem by means of custom css (just add it to the bottom of style.css via menu Appearance -> Editor).

.member img {
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
}
.member .img > img {
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
}
.member .img {
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
}
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk