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!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025