Hi, my navigation isn’t showing on desktop:font color black
my site is https://scntwrld.com
hey @Luxurymrkt try this one by follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body>tag if this code work please do not forget to like and mark it solution
<style>
@media screen and (min-width: 768px) {
ul.site-nav.site-navigation.small--hide {
display: contents !important;
}
}
</style>
Hi @Luxurymrkt
You can go to your Header section and in the Custom CSS setting, add this code
.site-navigation {
opacity: 1 !important;
}