Lillayla Posted February 2, 2022 Share Posted February 2, 2022 (edited) Site URL: https://cyan-oriole-hy6e.squarespace.com/ I have been trying to make the background on the dropdown menu transparent but can't seem to make anything work. I have tried this the following but the background is still there. Also trying to get a hover underline on the drop down links without making the «Table of Contents» title also have an underline. PLEASE any suggestions? I have tried the following for example. Does not work. .header-nav-folder-content { background: transparent; } Edited February 2, 2022 by Lillayla Link to comment
Beyondspace Posted February 2, 2022 Share Posted February 2, 2022 1 hour ago, Lillayla said: Site URL: https://cyan-oriole-hy6e.squarespace.com/ I have been trying to make the background on the dropdown menu transparent but can't seem to make anything work. I have tried this the following but the background is still there. Also trying to get a hover underline on the drop down links without making the «Table of Contents» title also have an underline. PLEASE any suggestions? I have tried the following for example. Does not work. .header-nav-folder-content { background: transparent; } Try adding to Home > Design > Custom Css .header-nav-folder-content { background: transparent !important; } .header-nav-folder-title:after, .header-nav-folder-content .header-nav-folder-item a:after { content: ''; display: block; width: 0; height: 1px; background: #fff; /*color of line*/ position: absolute; transition: width 0.3s; } .header-nav-folder-content .header-nav-folder-item a { display:inline-block; position: relative; } .header-nav-item:hover .header-nav-folder-title:after, .header-nav-folder-content .header-nav-folder-item a:hover:after { width: 100%; } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Beyondspace Posted February 2, 2022 Share Posted February 2, 2022 My testing juliaprather 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Lillayla Posted February 3, 2022 Author Share Posted February 3, 2022 I figured it out. 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