Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #708744

    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

    #708745

    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.

    #708794

    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

    #710871

    That didn’t work on my iPhone.

    #711394

    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

    #713014

    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).

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mega menu for mobile background and link styling changes’ is closed to new replies.