Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #359830

    hello,
    is it possible to make the member team image shape circle instead of squared?
    thanks!

    #359835

    Hi ftt123!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .team-img-container {
    border-radius: 100px;
    }

    Cheers!
    Yigit

    #359866
    This reply has been marked as private.
    #360221

    Hey!

    I added it again, but this time in a different location so it survive updates.

    Regards,
    Josue

    #360317
    This reply has been marked as private.
    #360347

    You are welcome, always glad to help :)

    Regards,
    Josue

    #490507

    FYI – If you make the team member image a circle, I discovered a minor issue with the hover effect on Chrome – the overlay is temporarily a square upon hover, but then goes to circle.

    #490844

    Hey!


    @codemode
    Can you post the link to your page where we can see the issue please?

    Regards,
    Yigit

    #491143

    Hi

    It appears to happen on Chrome and Safari but not Firefox. I’m using the custom style mentioned above to make the team member image a circle. However, on Chrome and Safari, there is a slight delay from the square png overlay to the circle overlay when you rollover the image.

    If it’s a browser compatibility issue, how can I remove the team member image overlay all together?

    #491219

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #491566

    See test link. I’d like to remove the team member overlay oh hover.

    #491596

    Hey!

    Try adding this code to the Quick CSS:

    .avia-team-member .team-social {
        border: 0;
        background-color: transparent;
    }

    Cheers! 
    Josue

    #491609

    Perfect thanks!

    #491613

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘member team image shape’ is closed to new replies.