• Resolved rmmdca

    (@rmmdca)


    Hey!

    I was wondering where can i find the CSS to modify the location of the Name and Position of the team member to be underneath the preview picture (not the panel)?

    The reason is because the Name and Title of the team member is covering their faces.

    Please let me know as soon as possible.

    Thank you in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Hey,

    Well, here is the CSS selector, it is easy to find it so I wonder how you could miss it ??

    .amoteam-member-info {
        bottom: 3.8%;
    }

    But it won’t help you much because both member element (<li>, .amoteam-tiles__item) and its parent (<ul>, .amoteam-tiles) have overflow: hidden setting. You need to disable it too.

    But if you do that and move the Name and Position below member thumbnail it won’t look good. What I would recommend is to hide person Position/Subtitle in member thumbnail with CSS. But leave it in the panel.
    Selector for position – .amoteam-member-subtitle

    Or you could make the color of name and position semi-transparent.
    Also you could enlarge the member thumbnails.

    • This reply was modified 7 years, 3 months ago by Oleg Goltsev.
    Plugin Author Oleg Goltsev

    (@amothemo)

    BTW, in case you don’t know, don’t change plugin’s CSS directly, or all your changes will be deleted on plugin’s update. You could add your CSS to WP Customizer, into its “Additional CSS” section (for example).

    Hi Oleg,
    I wrote you today already, but just now saw your answer to another client.
    I went to WP Customize, CSS and added .amoteam-member-info {
    bottom: 3.8%;
    }
    However, it didn’t shift the name and title under the photo icon.

    Hope you can help me to fix it. Thank you so much!
    Natallia

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Name and Title to below the Image’ is closed to new replies.