How to add a team page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #16886
    lstarbird
    Member

    Sorry for the probably dumb question, but how do I add the Team page? I’ve created 2 members, but am unsure how to get them displayed on a page.

    Thanks again!
    Lena

    #16887
    lstarbird
    Member

    Never mind! Found it! (^_^)

    #16888
    lstarbird
    Member

    Oh but I have another question now. Could you please tell me how to disable linking the team member’s profiles to another page? We don’t want the image or name to be a clickable link.

    Thanks!

    #16898
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    #team-info .team-member .img-wrap, #team-info .team-member h3 {
        pointer-events: none;
    }
    
    #16919
    lstarbird
    Member

    Hi! I added the code as suggested, but it still links to a missing page. Did I miss something?

    #16927
    Veena
    Moderator

    Can you pls share a link to the specific page?

    #17189
    lstarbird
    Member

    Here’s the link to the team page.

    http://hellnocancershow.com/team/

    Thanks again!

    #17192
    lstarbird
    Member

    This is what I did…

    #17206
    Veena
    Moderator

    Pls insert the below modified custom CSS in themeoptions –

    .team-member .img-wrap, .team-member h3 {
        pointer-events: none;
    }
    
    #17291
    lstarbird
    Member

    That worked! Thanks so much!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to add a team page’ is closed to new replies.