Solved

How do i remove the navigation bar.

EmilLarsen0205
Tourist
4 0 1

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 😞

d737404c4d3381011d75e9a2f5a12865.png

142f1537fe0da2d4c6f9089ec7585e9f.png

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

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}

 

View solution in original post

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1565

@EmilLarsen0205 
provide me your store Url.

EmilLarsen0205
Tourist
4 0 1
Zworthkey
Shopify Partner
5581 642 1565

@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.

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}

 

Zworthkey
Shopify Partner
5581 642 1565

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

Kinjaldavra
Shopify Partner
2302 570 1422

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