Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1158747

    I have a dark background and can’t for the life of me figure out how to change the color of the burger menu to white on mobile?
    Figured there was a quick CSS code or something?

    #1158917

    Hey Joshua,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #fff!important;
    }}

    Best regards,
    Jordan Shannon

    #1158943

    It seemed to work in the PC mobile preview but still not showing up on my cell phone correctly?
    Weird…

    #1158944

    Hi,

    Can you clear the cache on cell phone?

    Best regards,
    Jordan Shannon

    #1159337

    Yes I did but still nothing.. :P
    Also my client is having customers check and it does not work on their phones

    #1159356

    Hi,

    Please provide admin info so I can login and look into this further.

    Best regards,
    Jordan Shannon

    #1159363
    This reply has been marked as private.
    #1160134

    Hi,

    Apologies for the delay, I logged into the site, and the menu is displaying as white on my end. It has to be some sort of caching issue.

    Best regards,
    Jordan Shannon

    #1160138

    Yeah weird because I had one of my clients customers check and it shows black? Any idea why the them will not take the recent update?
    Thanks for your help!

    #1160143

    Hi,

    Do you have any caching plugins running. Try disabling active plugins and then test.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.