CSURGI Posted April 22, 2021 Share Posted April 22, 2021 Site URL: http://www.scarycanarypub.com My site has a cover page that has the options for two different stores. I was able to hide the secondary navigation on the primary site and vise versa. But on the mobile site both navigations still show. How can I disable them as I did for the regular site? Link to comment
creedon Posted April 22, 2021 Share Posted April 22, 2021 I'm not seeing any menus on mobile. Did you solve the issue? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
CSURGI Posted April 22, 2021 Author Share Posted April 22, 2021 After you select one of the buttons. Link to comment
creedon Posted April 23, 2021 Share Posted April 23, 2021 Try the following. .Mobile-bar-menu { display : none; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
CSURGI Posted April 23, 2021 Author Share Posted April 23, 2021 The Copperfield button goes to a webpage that uses the secondary navigation with primary navigation hidden. The Tomball button goes to a webpage that uses the secondary navigation with primary navigation hidden. On the mobile site it shows both navigations when each button selected. I'm looking for a way to hide one of them as I did on the desktop site. I did it for the desktop by inserting page settings>advanced <style> nav.Header-nav.Header-nav--secondary { display: none; </style> Link to comment
creedon Posted April 23, 2021 Share Posted April 23, 2021 Ah. I think I see now. I think these are the rulesets you are interested in. <style> .Mobile-overlay-nav--primary { display : none; } </style> <style> .Mobile-overlay-nav--secondary { display : none; } </style> This is for v7.0 using the Brine template family. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
CSURGI Posted April 24, 2021 Author Share Posted April 24, 2021 Thats it! Thank You!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.