vibemade Posted November 15, 2021 Share Posted November 15, 2021 Site URL: http://vibemade.com/ Hi. I've added a couple folders to my navigation to have direct links to shop categories. Is it possible to add a hover state to the nav links on desktop? (ex: making the background gray or the text color gray). Not having it is poor usability. How can I customize the style of the secondary nav links on desktop? I've gone to Site Styles but don't see anything specific for them. Specifically I'd like to increase the vertical spacing between the links and to make the font size smaller. How can I customize the size of the fonts on the mobile overlay menu? Is it possible to have top-level nav links that appear on mobile but not on desktop? On desktop the secondary links just require hovering + clicking but on mobile they're 3 taps deep. It'd be great to put everything on a flat primary list just on mobile. Any help is appreciated ❤️ Link to comment
Beyondspace Posted November 15, 2021 Share Posted November 15, 2021 7 hours ago, vibemade said: Site URL: http://vibemade.com/ Hi. I've added a couple folders to my navigation to have direct links to shop categories. Is it possible to add a hover state to the nav links on desktop? (ex: making the background gray or the text color gray). Not having it is poor usability. How can I customize the style of the secondary nav links on desktop? I've gone to Site Styles but don't see anything specific for them. Specifically I'd like to increase the vertical spacing between the links and to make the font size smaller. How can I customize the size of the fonts on the mobile overlay menu? Is it possible to have top-level nav links that appear on mobile but not on desktop? On desktop the secondary links just require hovering + clicking but on mobile they're 3 taps deep. It'd be great to put everything on a flat primary list just on mobile. Any help is appreciated ❤️ For styling the header navigator on hover state, you can try adding to Home > Design > Custom Css .header-layout-nav-center .header-nav .header-nav-item { margin: 0; padding-left: 1vw; padding-right: 1vw; } .header-layout-nav-center .header-nav .header-nav-item:hover, .header-nav-folder-content .header-nav-folder-item:hover { background: gray; } .header-nav-folder-content .header-nav-folder-item { padding: 0.5em 1em; } .header-nav .header-nav-item--folder .header-nav-folder-content { padding: 0; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
vibemade Posted November 17, 2021 Author Share Posted November 17, 2021 On 11/15/2021 at 8:30 AM, bangank36 said: .header-layout-nav-center .header-nav .header-nav-item { margin: 0; padding-left: 1vw; padding-right: 1vw; } .header-layout-nav-center .header-nav .header-nav-item:hover, .header-nav-folder-content .header-nav-folder-item:hover { background: gray; } .header-nav-folder-content .header-nav-folder-item { padding: 0.5em 1em; } .header-nav .header-nav-item--folder .header-nav-folder-content { padding: 0; } Thank you! that worked for that part ❤️ 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