remove bullet from list with CSS
-
I have an issue using shortcode in home page.
I used this shortcode: [ecs-list-events excerpt=’300′ limit=’1′ thumb=’true’ thumbsize=’large’ contentorder=’title, date, thumbnail, excerpt’].
The problem is that I am not able in any way to modify css to remove the bullet list.
I tried any of this and nothing worked:
ul li:before {
list-style-type: none;
}
ul .ecs-event-list {
list-style-type: none; !important;
}
li .ecs-event {
list-style-type: none; !important;
}
ul .ecs-event .serate_ecs_category {
list-style-type: none; !important;
}
.ecs-event li {
list-style-type: none; !important;
}
.ecs-list-event ul {
list-style-type: none; !important;
}
ul>li:before {
list-style-type: none;
}`
Do you have any idea how to change css to remove the bullet list?The page I need help with: [log in to see the link]
The topic ‘remove bullet from list with CSS’ is closed to new replies.