Remove or Hide the People Profiles List Item Bullet Styles
The default People Profiles styles include list item bullets so you can style them however you want with Custom CSS. This CSS can be used to remove the list item bullet styling and the margin (for a more clean look if you want).
The Custom CSS upgrade is required to apply css changes to your event website theme.
Go to your event website:
- Login to your event website
- Navigate to Appearance > Additional CSS
- Copy and paste the code(s) below into the custom css field and Save and Apply the changes
CSS Removing the bullet list item style:
.eea-people-addon-people-list-ul li { list-style: none; }
CSS removing the left margin styling:
.eea-people-addon-people-type-container .eea-people-addon-people-list-ul { margin-left: 0; }