Jumbotron yellow dot

How can I remove the jumbotron yellow dot? I don’t want to change the color, but remove it completely.

Thanks

Hello,

This is the CSS code to hide the yellow dots:

#header .bottom-header span.span-dot{
display: none;
}

Regards