Hello! I am currently setting up a locked wholesale page on my site. The wholesale link is visible on the browser when using an ipad, but is not visible on the browser when using a phone. I’m attaching two screenshots. My current theme is Debut with installments. Thank you!
Hi @Rarepress
Please share your store URL
Please remove display:none code that you added inline of that menu option if you want it appear both device
Or add this CSS code if you want that menu appear in iPad and mobile device
@media screen and (max-width: 992px) {
.mobile-nav__item:last-child .mobile-nav__link { display: block !important; }
}
I’ve never edited code before. Can you tell me where to find this? Thanks so much!


