First: In a published members list the colum titel is centerd and the colums are left.
I want to change the colum titel to the left.
Below CSS will make column titles left aligned.
Code:
.cbUsersList .sectiontableheader {
text-align: left;
}
Place at bottom of Joomla template CSS file or CB template CSS file.
Second : In the list is shown: xxx has x registerd members.
I dont want to show that.
Please see below thread
www.joomlapolis.com/forum/153-professional-member-support/173547-trying-to-hide-the-name-of-the-list#173556
For future reference please always search before posting.