• Resolved big1907

    (@big1907)


    The employee photos are not under the name. How can I change that which is sorted?

    Is it possible to make the photos smaller or delete them completely, so that you only see them in profile when you click on them?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @big1907 ,

    To show the photos below the name use the following code:

    .sp-template.sp-template-staff-photo.sp-template-photo.sp-staff-photo {
        float: none;
    }

    To hide them use:

    .sp-template.sp-template-staff-photo.sp-template-photo.sp-staff-photo {
        display: none;
    }

    Thanks,
    Savvas

    Thread Starter big1907

    (@big1907)

    Thanks, but if I hide the photo, it does not show me the photo in profile if you click on it. It should be displayed in the profile. Is that possible?

    Plugin Contributor Savvas

    (@savvasha)

    Ok, try the following code then:

    .sp-section-content-staff .sp-staff-photo{
    display: none;
    }

    Thanks,
    Savvas

    Thread Starter big1907

    (@big1907)

    Thanks it works!!!!!

    Plugin Contributor Savvas

    (@savvasha)

    I am glad it worked! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Employee Photos sorted’ is closed to new replies.