-
-
Hello,
Is there a way to hide the social media icons form the block next to the teams member photo?
And what is the best way to sort the Team members . I see that some members will not show up at the expected place -
Hi,
Please share your website URL, wp-admin, and FTP info (Username and password) and send me “using private reply”.Thanks,
-
-
Hi,
– Hide Social Icons
Edit the team member(whose social links you wanna hide) > Navigate to Team Data > Make the social link(Facebook/Twitter) link field empty OR remove the “#” from the social link field > Update Changes > Done.– Sorting Team Members
The team members will display in an order you’ll select to display them on the page.Thanks,
-
-
Hi,
Add the following code inside
WP-Admin Dashboard > Appearance > Customizer > General > Custom Codes > Custom CSS.cl-team-grid .cl-team-grid-item__data ul{display: none;}
Thanks,
-
Great, this worked!
Now I only have to figure ou the sorting problem.This is the HTML of the first team:
<p>[vc_row][vc_column][vc_text_separator title="Salarisfactory Hoornwijck Groep administraties en belastingadvies"][/vc_column][/vc_row][vc_row][vc_column][cl_team_grid members=”389,2114,2135,141,136,2124,928,2112″][/vc_column][/vc_row]</p>When you look at the site you wil see teammember 2135 at the first place.
-
-
You must be logged in to reply to this topic.