Okay
  Public Ticket #178737
Remove lines in "Our team"
Closed

Comments

  • Kelvin started the conversation

    Hello,

    Is it possible to remove the description area in the team area? 

    See the added file.

    Kind regards

  •  8,838
    Tahir replied

    Hey Kelvin!

    Add this into the Custom CSS box located in your Salient Options panel:

    .team-member p.description {
    	display:none;
    }

    Cheers


    ThemeNectar Support Team 

  • Kelvin replied

    Thanks, it works! 

  • Kelvin replied

    Another question,

    Is it possible to also remove the picture area? 

    Kinds regards

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    .team-member img {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Kelvin replied

    Thanks again!