Okay
  Public Ticket #525102
remove 'job position' on team member
Closed

Comments

  • Trine started the conversation

    Hello!

    Is it possible to remove 'job position' from all team members?

    Thank you!

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .team-member .position {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team