alpeake Posted March 23, 2021 Share Posted March 23, 2021 Site URL: https://wolverine-ocelot-jsdw.squarespace.com/ Hi, I'm trying to make the black background of the navigation drop downs, slightly transparent, about 25%. The current CSS I have for the font color upon hover and background color is: .header-nav-folder-content { background: #000000 !important; } .header-nav .header-nav-item--folder .header-nav-folder-content .header-nav-folder-item:hover a { color: #3498DB !important; } Thank you ahead of time! Link to comment
tuanphan Posted March 25, 2021 Share Posted March 25, 2021 Hi. It looks like you solved with this code? .header-nav-folder-content { background: rgba(0,0,0,.15) !important; border-radius: 10px 10px 10px 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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