Why is the navigation bar not visible on my Shopify site?

ashaheed
Visitor
2 0 0

The navigation bar is not showing on my site. I shows in my design. Why is this happening?no navigation barno navigation barnavigation barnavigation bar

Replies 5 (5)

diego_ezfy
Shopify Partner
2935 562 883

Hello @ashaheed,

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

ashaheed
Visitor
2 0 0
Www.Bombandthebeautiful.com
Its online
Its the main homepage of my website
Denishamakwana
Shopify Partner
1408 173 231

please remove below css in your theme.css file

.small--hide {
     display: none! Important;
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Kinjaldavra
Shopify Partner
2302 570 1422

hello @ashaheed 

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

 

@media only screen and (min-width: 749px){
.site-header  .grid  .small--hide{
	display: block ! Important;
}
}

 

 

LitExtension
Shopify Partner
4860 1001 1132

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
@media only screen and (min-width: 750px){
#AccessibleNav{
display: block !important;
}
}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify