• I am using the Team Members option to create a “meet the team” carousal on my page. Under the picture of each team member in the carousal it has a link that says “view profile” for each person. Does anyone know how to remove or rename that link? I cant find it anywhere and only want to have the “view profile” option under a few images.

Viewing 4 replies - 1 through 4 (of 4 total)
  • What theme are you using? What’s your site URL? What provides the Team Members option?

    Thread Starter littleracer1

    (@littleracer1)

    I’m using the hb-theme “highend.” My URL is: https://www.miamimxparksupport.com/?page_id=1869

    If you scroll to bottom you’ll see “view profile” links under gallary carasoul.

    I am not certain what provides option

    Thank you for help!

    If you want to remove only some of those links, it looks like you’ll need to do some custom coding in your theme/child theme. Unfortunately since it’s a commercial theme, no-one here has access to the source files to advise you. You could ask at your vendor’s support site here:

    https://www.mojomarketplace.com/login

    If you want to remove them all, you could hide the link by using display: none; in your child theme stylesheet or custom CSS plugin:

    .simple-read-more {
        display: none;
    }

    I personally don’t like that method but it’s a quick and easy solution already in use on the parent element.

    Thread Starter littleracer1

    (@littleracer1)

    ok, awesome. Thank you. This is very helpful

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Team Member option how do I remove link "view profile"’ is closed to new replies.