Comments weareindividualb2b started the conversationJuly 24, 2023 at 3:30pmHow can i remove the button from Nav Bar on desktop devices only and display it only on mobile. Thanks 354Pat repliedJuly 24, 2023 at 6:45pmHi there,Try the following CSS: @media only screen and (min-width: 1000px){ ul.sf-menu li.menu-item-742{ display:none !important; } }add it to salient \ general settings - css script related - custom css code. Cheers.Salient Theme Support Sign in to reply ...
How can i remove the button from Nav Bar on desktop devices only and display it only on mobile.
Thanks
Hi there,
Try the following CSS:
add it to salient \ general settings - css script related - custom css code.
Cheers.
Salient Theme Support