/* Remove bullets from sub-community and collection lists */ ul.sub-community-list, .community-home ul { list-style-type: none; /* Removes the bullet point */ padding-left: 0; /* Removes indentation */ margin-left: 0; } ul.sub-community-list li { margin-bottom: 8px; /* Adds spacing between items */ }