How can I eliminate the navigation bar and change header text color?

Hello out there,

I have two questions today the first one is:

How do i remove the “navigation bar” in all pages I have tried now all day and its making me really sad i dont know how to :disappointed_face:

d737404c4d3381011d75e9a2f5a12865.png

And the other question is how do i make my header text all black and not withe: https://gyazo.com/0d0e2cd1b46999e10c7a1b5255ed90f0

@EmilLarsen0205
provide me your store Url.

https://dogsumbrella.myshopify.com/ Code: 1234

@Zworthkey

@EmilLarsen0205
paste these code in theme.scss
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#announcement {
  display: none;
}

thank you.

hello @EmilLarsen0205

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.breadcrumb-nav.inline-list{
	display: none;
}
.site-header .site-nav__link, .site-header .site-header__logo-link {
    color: #000000 !important;
}

@EmilLarsen0205
If you don’t know to add please contact us.

hello @EmilLarsen0205

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance