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:

  1. Login to your event website
  2. Navigate to Appearance > Additional CSS
  3. 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;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us