MattvonZ Posted April 21, 2021 Posted April 21, 2021 Site URL: https://burntpizzacork.ie I'm using the Tremont theme and am trying to find a way to change the background color of the nested menu. Currently it's transparent, and this poses a problem because when the dropdown is expanded, the text opens up over other text and isn't readable. I would like to add a background colour and border to the drop down menu. I'm currently trying to use the following code but it doesn't seem to be working: .Header-nav-folder{ background-color: #000000;!important; border: 1px #ffffff } The site is https://burntpizzacork.ie Thanks for your help.
tuanphan Posted April 22, 2021 Posted April 22, 2021 Used this CSS (Design > Custom CSS) .subnav { background-color: rgba(0,0,0,.85); border: 1px solid #fff; padding-right: 10px; margin-top: 10px; max-width: 120%; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.