oncebrewed Posted October 9, 2020 Share Posted October 9, 2020 Site URL: https://thephotographyplace.co.uk At the moment I have a number of dropdown items in the menu which is transparent. A couple of the pages are similar in colour to the text so the menu is difficult to read. I don't want a solid background but it is possible to create a background with opacity. I'm using the following code to make the menu background transparent and have tried some opacity code variations to replace 'transparent' but without success. /* Change dropdown menu background */ .header-nav-folder-content { background: transparent !important; Many thanks! Cristian Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 What is access password? 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
oncebrewed Posted October 11, 2020 Author Share Posted October 11, 2020 Thanks, photoplace Cristian Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 Add to Home > Design > Custom CSS /* Dropdown color */ .header-nav-folder-content { background-color: rgba(0,0,0,0.5) !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
oncebrewed Posted October 12, 2020 Author Share Posted October 12, 2020 Perfect! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.