Hello! We’re redoing some of our menus right now and realized an odd bug. When you click on the drop-down name (not the arrow), the name gets whited out and becomes invisible (almost looks like a white box gets put over it). Is there a way to keep that from happening? Website url is fishskyn.com and I attached a video to explain what I’m talking about.
Hello @Thomas_Fischett
You can add code by following these steps to stay color even when clicking on mobile devices
-
Go to Online Store → Theme → Edit code.
-
Open your styles.css file
-
Paste the below code at the bottom of styles.css
@media only screen and (max-width: 767px){
.mobile-menu-link:hover, .mobile-menu__item:hover, .mobile-menu a:hover{
color:#000 !important
}
}
give me the store URL then i will help you.
ok then remove code from here and add the below code above in theme.liquid.
layout >> theme.liquid
@media only screen and (max-width: 767px){ .mobile-menu-link:hover, .mobile-menu__item:hover, .mobile-menu a:hover{ color:#000 !important } }That worked perfectly in theme.liquid, thank you so much!!!
Hello @Thomas_Fischett
Can you tell me how did you make your menu look like this?
When people click on the options, it drops down and not disappear everything else?
Please help would be appreciated. Thank you in advance.

