Black dots above each image in the gallery

Hi,

I’ve encountered a rather weird issue when setting up a CoBlocks image gallery on my website here.

The problem is the black dots appearing above every single picture and I’m having trouble to figure out what could cause them to be there, since this doesn’t happen with the masonry collage on the front page.

I’ve already tried erasing all of my custom CSS to see if that is the issue, but nothing has changed after that. This problem also occurred with other gallery blocks for gutenberg, so It’s not just the CoBlocks either.

How do I fix this?

Hi there

This css code can fix it:

.markup-format ul:not(.wc_payment_methods) li {
    list-style-type: none !important;
}

Thanks! This worked perfectly.

Thank you too and have a nice day