• Resolved markjkowalski

    (@markjkowalski)


    Is there a way you can remove the nationality from staff, all staff is in the same country but i didn’t say a way to completely remove nationality. Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Or in this case at least set the default nationality for staff and players.
    We have to select always the nationality when create a player or staff member.

    Hi!

    Thanks for reaching out

    Sure, we can remove that via CSS.

    Would you mind pasting the link to your website here, so we can check it out?

    Kind Regards,
    -Roch

    Thread Starter markjkowalski

    (@markjkowalski)

    74c.476.myftpupload.com

    Hi!

    This can be done with this JS snippet:

    <script>
    jQuery(window).load(function(){
    
    jQuery('.single-sp_team td:contains("Nationality")').parent().hide();
    
    });
    </script>

    You can add that code using a plugin or using a google analytics field for custom JS

    Kind Regards,
    -Roch

    Thread Starter markjkowalski

    (@markjkowalski)

    Roch,

    Thanks so much!

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove nationality from staff’ is closed to new replies.