SOLVED - Mobile-Nav Drop Down Color Change - Elemental - Concrete5
PermalinkMy mobile navigation doesn't work in the preview, nor on a mobile device.
I'm using the elemental theme at:http://www.mytechsolutions.net
Any ideas?
Thanks!

Umm. could I change the background instead? If not, then my site CSS would need to change.
dropdown navigation on touch devices (iphone/ipad) is not working in elemental theme.
older thread:
https://www.concrete5.org/community/forums/5-7-discussion/elemental-...
Should I choose another theme, or is there a way to change the background color for the dropdown of the menu on mobile?
/updates/concrete5.7.5.13_remote_updater/concrete/themes/elemental/css/build/mobile/navigation.less
And changed the from "white" to "black" for the background of the mobile navigation:
.ccm-responsive-overlay {
background: black;
display: none;
position: absolute;
border-bottom: 5px solid @header-site-title-type-color;
width: 100%;
z-index: 99;
top: 120px;
left: 0px;
padding-top: 15px;
padding-left: 20px;
-webkit-text-size-adjust: none;
ul {
https://www.concrete5.org/marketplace/themes/cloneamental...
Otherwise when you upgrade concrete, you will lose all the modifications you have made to your elemental theme.