tintin1 Posted February 10, 2021 Share Posted February 10, 2021 Site URL: http://tolopartners.com I'm trying to adjust the navigation so when the mouse is hovered over English and Chinese, the options (People) have a transparent background, not black. my site password is 123456 and URL is www.tolopartners.com Any help appreciated! Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 Add to Design > Custom CSS /* Dropdown transparent */ .header-nav-folder-content { background: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
KHR Posted April 20, 2023 Share Posted April 20, 2023 Hi @tuanphan referencing your above recommendation I've added this css below into Custom CSS to add an opacity behind the navigation dropdown. It looks good, however it's now persistent instead of only showing on hover. .header-nav-folder-content { opacity:.6 !important; min-width: 135px !important; } Opacity applied as desired, but the drop down is now persistent instead of on hover: This is the url: https://www.theyhadfun.com/ I've since commented the css out so it's not currently displaying. How can I ensure the opacity is added, but the drop down only displays on hover? Link to comment
tuanphan Posted April 22, 2023 Share Posted April 22, 2023 On 4/20/2023 at 11:13 PM, KHR said: Hi @tuanphan referencing your above recommendation I've added this css below into Custom CSS to add an opacity behind the navigation dropdown. It looks good, however it's now persistent instead of only showing on hover. .header-nav-folder-content { opacity:.6 !important; min-width: 135px !important; } Opacity applied as desired, but the drop down is now persistent instead of on hover: This is the url: https://www.theyhadfun.com/ I've since commented the css out so it's not currently displaying. How can I ensure the opacity is added, but the drop down only displays on hover? Use this code instead div.header-nav-folder-content { background-color: rgba(225, 204, 190,0.6) !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (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