Remove Yellow Dots On Main page

Where do I remove the yellow dots on the jumbotron?

Hello,

You should use this CSS code hide the header yellow dots:

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

Regards

Hi,
Where can I find the referred css file?

Regards

Hello,

This is the CSS file that handles the code:
https://colorlib.com/illdy/wp-content/themes/illdy/layout/css/main.min.css

But you can just overwrite that rule by using the CSS code in style.css, custom CSS plugin or your dedicated stylesheet.css

I hope this gets you forward with the setup.