mshlltg Posted October 6, 2020 Share Posted October 6, 2020 (edited) Site URL: https://www.inoutatelier.com Hi all! Tried to use the search on the forum but the code I pasted in CSS doesn't seem to work. I needed the dropdown menu to be slightly more transparent, rather than a white background. Edited October 6, 2020 by mshlltg attached link. Link to comment
creedon Posted October 6, 2020 Share Posted October 6, 2020 (edited) Please give us the URL for your site. If you've not already done so please set up a site-wide password. Post the password here and then we can take a look at your issue. Edited October 6, 2020 by creedon removed erroneous pic Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
mshlltg Posted October 6, 2020 Author Share Posted October 6, 2020 Here's the link: https://www.inoutatelier.com Link to comment
creedon Posted October 6, 2020 Share Posted October 6, 2020 Add the following to Design > Custom CSS. .tweak-header-primary-nav-hover-style-fade .Header--overlay .Header-nav .Header-nav-folder { background-color: rgba( 255, 255, 255, 0.5 ); } .tweak-header-primary-nav-hover-style-fade .Header--overlay .Header-nav .Header-nav-folder .Header-nav-folder-item { color: black; } The 0.5 is the opacity and is a number from 0 to 1. I think you'll need to change the color of the menu font as once the opacity is changed it is hard to read the menu items. I put in black as a place holder. Let us know how it goes. mshlltg 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
mshlltg Posted October 7, 2020 Author Share Posted October 7, 2020 It works! Thank you! creedon 1 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