• Resolved kizzfox

    (@kizzfox)


    Hello!

    Sorry, my page is not live yet, it’s on a desktop in the works.

    I want to remove the link that takes you to the team members page when you hover over it. For example “John Smith” takes you to john-smith, I don’t want that to happen.

    Also, I only have 2 teammates on my page. I’d really like this to be centred, but sadly when removing the 3rd, they stay to the left. Is there a way to centre them?

    Thanks in advance everyone!

    Kieran

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kizzfox,

    From your dashboard, go to Appearance > Customize > Additional CSS and add below CSS:

    For removing the link:

    a.team-name {
        pointer-events: none;
    }

    For center alignment:

    #team .tg-column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    }

    Please let us know if this doesn’t help you.

    Thanks.

    Thread Starter kizzfox

    (@kizzfox)

    Your support was incredibly fast and worked like a charm.

    Thanks for your amazing help!! ??

    • This reply was modified 4 years, 9 months ago by kizzfox.

    It was a pleasure helping you out. Please let us know if you have any further queries.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Our Team – Remove link to page & centre 2 team members?’ is closed to new replies.