How can I remove hover and selected effects from menu links on mobile view?

Hello,

I want to hide hover and selected effect on my menus links (in phone view). I just want it to be the text with white or transparent background, regardless if they are selected or not.

Store url: https://www.arceyworldwide.com

Password: arcey

Best regards,

Leon

@Leonpojen

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

@media screen and (max-width: 767px) { ul.menu-drawer__menu.has-submenu.list-menu li a { background: transparent!important; } .menu-drawer__menu-item:hover{ background: transparent!important; } }

If our solution is helpful for you then please like the post and tap on accepted.

if you want to discuss any further information then you can contact us.

Thankyou

1 Like