Different effect for Team Member shortcode

Home Forums Evora – WordPress Theme Different effect for Team Member shortcode

This topic contains 7 replies, has 2 voices, and was last updated by  ab-themes 8 years, 8 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10262

    repirespeixoto
    Participant

    Hi,

    I’m trying to use the Team Member shortcode but the default effect is a rounded picture and selection! How can I change for square?

    Thanks
    Renata

    #10263

    ab-themes
    Keymaster

    Hi,

    you can add this css code:

    .dnd_team_member .dnd_overlayed{
        -webkit-border-radius: 0; */
        -moz-border-radius: 0;
        border-radius: 0;
    }

    into Dashboard -> Evora Options(Theme Options) -> General and under Custom CSS textarea.
    This is it.

    Best Regards

    #10281

    repirespeixoto
    Participant

    Works, thanks! Can I change the selection color?

    #10288

    ab-themes
    Keymaster

    Target

    .dnd_team_member:hover .dnd_overlayed .dnd_overlay {
        opacity: 1;
        background: rgba(9,61,113,0.75);
    }

    Change the background value :)

    #10337

    repirespeixoto
    Participant

    How can I change the icons color?

    Thanks again =)

    #10342

    ab-themes
    Keymaster

    Here is the code:

    .dnd_team_member .dnd_overlayed .dnd_overlay p a {
        color: #fff;
    }

    and here is for the hover:

    .dnd_team_member .dnd_overlayed .dnd_overlay p a:hover {
        color: #fff;
    }
    #10356

    repirespeixoto
    Participant

    Thank you soooo much :)

    #10363

    ab-themes
    Keymaster

    No problem, glad that we could help :)

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Different effect for Team Member shortcode’ is closed to new replies.