ul list with no bullet points
I'm trying to create an unordered list with no bullet points, you can see it here,
I tried adding
ul { list-style-type: none;
}
to the custom CSS, but it did not work.
How can I do this?
Many thanks!
Comments
as we can see, unordered list works fine.