Something went wrong with my store menu

bakyboy
Excursionist
78 0 2

what is this? suddenly appeared 

Screen Shot 2021-09-28 at 15.35.40.png

how can i delete that?

https://century8mm.com/

Replies 6 (6)

diego_ezfy
Shopify Partner
2958 568 890

@bakyboy, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > styles.css and paste this at the bottom of the file:

@media (min-width: 769px){
    .nav-ctas{
    display: none;
}

.nav-body{
    width: 100% !important;
    padding-right: 0 !important;
}

.nav-body *{
    text-align: center !important;
}
}



Please let me know whether it works.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials.
◦ Replace apps with copy/paste code snippets and save money.
bakyboy
Excursionist
78 0 2

hey, doesnt seem to work

Screen Shot 2021-09-29 at 12.02.06.png

can you help?

bakyboy
Excursionist
78 0 2

help, anyone?

IttantaTech
Shopify Partner
525 55 102

@bakyboy ,

 

For quick fix you can try like this:-

.nav-ctas{

display:none !important;

}

 

But this is not the perfect solution , there might be some settings for this in theme editor.

Thanks,
Ittanta Technologies Pvt. Ltd. | Shopify Expert
If reply is helpful, please Like and Accept Solution.
To hire us, contact us at info@ittanta.com
bakyboy
Excursionist
78 0 2

can someone maybe help me?

QwertyLabAgency
Shopify Partner
2 0 0

just go to Customize-> unfold Header and delete or hide the "Menu Promotion" section. No need to touch code. It's a native Showcase theme feature.