11/06/2015 at 1:22 pm
#353792
Keymaster
@ Cori
re: Can I manually rearrange people on the list – I need the president to be first, etc.
Well, you can create a list to be displayed in the order you want by using the order_by shortcode option. Another alternative is this method. I’m sure one those should work for you.
re: Can I rearrange the order of columns?
Sure, the columns you have set to display on the Connections : Settings admin page, just click and drag them in the order you want them to be displayed.
The font color is being set white by the Our Team plugin. You can override this by adding this to the theme’s custom CSS area:
#cn-list-view .dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td {
color: #000;
}
Hope that helps!
