Hello,
I am trying to change the color of mobile version of mega-menu sub menu links and need some help. I tried some of the recommendations of developers under different threads but was not successful.
Please see: http://essex-homes.com
Thank you & God bless
CK
Actually, the entire menu displays as black on desktop version and that looks better. Can you provide css for blck bkgrd with white links for mobile menu? Thank you.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#mobile-advanced li {
background-color:black !important;
}
#mobile-advanced li .avia-menu-text {
color:white !important;
}
}
Best regards,
Rikard
That didn’t work on my iPhone.
Hey!
Can you post a screenshot on your iphone? I tried to check it with an emulator and Rikard’s code worked just fine.
Cheers!
Nikko
Hey Nikko,
Thanks! It did work, just took time for my iPhone 6 to catch up (I don’t really know why as I deleted history).