beverley Posted August 13, 2020 Share Posted August 13, 2020 Site URL: https://maclurefamilydentistry.squarespace.com Hi! How can I hide the "Our Staff" link in the nav menu on desktop. We want it to only show up on mobile. password: maclure Thanks! Link to comment
RyanDejaegher Posted August 13, 2020 Share Posted August 13, 2020 @beverley add this to your custom CSS @media(min-width: 768px) .header-nav-item--collection:nth-of-type(3) { display: none; } Result: Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
beverley Posted August 14, 2020 Author Share Posted August 14, 2020 18 hours ago, RyanDejaegher said: @beverley add this to your custom CSS @media(min-width: 768px) .header-nav-item--collection:nth-of-type(3) { display: none; } Result: @RyanDejaegher Thanks! I tried it though and it still shows the "Our Staff" menu item on desktop? Needs to be hidden on desktop but visible on mobile. Hm Link to comment
RyanDejaegher Posted August 14, 2020 Share Posted August 14, 2020 @beverley my mistake slight typo on my end. Should work now @media(min-width: 768px) { .header-nav-item--collection:nth-of-type(3) { display: none; } } Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
beverley Posted August 14, 2020 Author Share Posted August 14, 2020 @RyanDejaegher AMAZING! Thanks so much! RyanDejaegher 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment