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. ThanksAttached files: remove from here desktop.png leave here-button on mobile.png 279Noah 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. Sign in to reply ...
How can i remove the button from Nav Bar on desktop devices only and display it only on mobile.
Thanks
Attached files: remove from here desktop.png
leave here-button on mobile.png
Hi there,
Try the following CSS:
add it to salient \ general settings - css script related - custom css code.
Cheers.