MoonMama Posted November 4, 2021 Share Posted November 4, 2021 Site URL: https://www.tribeandsol.com/shop Hi, I found a plug in to style my nav bar but I would like to change the spacing between the nav and product images so that it is close like the image below. Is there a way to not have the nav staggered but inline like the image even with categories? I have categories so it creates a staggered drop down and I would like them to be stacked and for the underlined to be removed I have searched high and low and cant find how to remove the links when you click each word. If they could move or highlight on hover would be great! I also want my descriptions to show only on hover like the 1st image currently mine are under the images. Link to comment
Beyondspace Posted November 4, 2021 Share Posted November 4, 2021 36 minutes ago, MoonMama said: Site URL: https://www.tribeandsol.com/shop Hi, I found a plug in to style my nav bar but I would like to change the spacing between the nav and product images so that it is close like the image below. Is there a way to not have the nav staggered but inline like the image even with categories? I have categories so it creates a staggered drop down and I would like them to be stacked and for the underlined to be removed I have searched high and low and cant find how to remove the links when you click each word. If they could move or highlight on hover would be great! I also want my descriptions to show only on hover like the 1st image currently mine are under the images. For the title when hovering you can try adding top Home > Design > Custom Css /*Tile when hovering image*/ section[data-section-id="5f628b98a8e7fd452d45707f"] .grid-meta-wrapper { position: absolute; bottom:0; transform: translateY(-50%) !important; color: #fff; opacity: 0 !important; transition: all 1s linear; background: rgba(0,0,0,0.5) ; padding: 5px; box-sizing: border-box; } section[data-section-id="5f628b98a8e7fd452d45707f"] .grid-item { position: relative; } section[data-section-id="5f628b98a8e7fd452d45707f"] .grid-title, section[data-section-id="5f628b98a8e7fd452d45707f"] .grid-prices{ color: #fff !important; } section[data-section-id="5f628b98a8e7fd452d45707f"] .grid-item-link:hover ~.grid-meta-wrapper { opacity: 1 !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Solution Beyondspace Posted November 4, 2021 Solution Share Posted November 4, 2021 title when hovering.mp4 My testing result MoonMama 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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