How to remove bullets from list view
-
I don’t want the bullet characters in the grouped-list view. Instead, I want the dates to be shown with a colored background. I have been able to change the background color and text color of the dates, but the bullet character of the lists ignore my code. Can you please help me?
This is the CSS I have included in my custom stylesheet:
.gce-list {
list-style-type: none;
padding: 0;
margin: 0;
}.gce-list-title {
color: white;
background-color: #248cc8;
}Everything works as expected except for the “list-style-type: none”
Thanks
https://www.ads-software.com/plugins/google-calendar-events/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to remove bullets from list view’ is closed to new replies.