SOLVED: Weird dot beside the menu items

Bricks Version: 1.4.2
Browser: Version 102.0.5005.115 (Officiel version) (x86_64)
OS: macOS
URL: (a link to a page that illustrates the issue would be really helpful)

In the Hero on this page I have made some “buttons” that are links from a specific WP menu.
But there som (list?) dot beside the buttons.
How to get rid of these?
(Tilmeld dig forløb – Yoga med Signe)

Hey Johnny,
Thank you very much for your report!

Probably it helps if you regenerate your styles and delete the cache… there is something missing, which causes the standard list-style-type to be applied.

If that doesn’t work, add the following custom CSS to the menu:

root.brxe-nav-menu .bricks-nav-menu > li {
  list-style-type: none;
}

Best regards,
timmse

The code pasted into the section template helped.
Thanks a lot, Timm