Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi
The desktop version of my draft site www.snugglebaby.com.au is working fine but when I click on the main menu on the mobile version, a black screen pops up. If I click on the black screen where I think the menu headings should be, it still takes me to those pages but I need to get rid of the black screen. This has not happened on any of my previous sites. I have made the site public if someone is able to give me any pointers on how to fix it! Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
@SnuggleBaby1 , Add the below line of CSS code at the end of your base.css file.
@media(max-width:990px){
body .header .list-menu__item{
color:#fff;
}
}
This is an accepted solution.
@SnuggleBaby1 , Add the below line of CSS code at the end of your base.css file.
@media(max-width:990px){
body .header .list-menu__item{
color:#fff;
}
}
Hi @SnuggleBaby1 ,
Add below mentioned code at the end of base.css file
.menu-drawer__navigation-container{ background-color: #fff !important; }
If I managed to help you then, don't forget to Like it and Mark it as Solution!
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024