Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #17361

    Hi

    I just changed my wp theme from circumference to Flat Responsive. The shift is pretty smooth, but there are some minor hickups.

    The mobile menu is in different colors than the colors I have chosen for my site.
    How do I change the web sites colors on mobile devices to match the “normal” colors?

    Thank you, Millicentt

    #22905
    Binaya D
    Participant

    Hi Millicentt,

    Please follow the following steps to fix your issue;
    Go to Dashboard => Appearance => Customize => Header Setting => Navigation Colours => Then you can change the color of the menu => And after you change the color please click in the save.

    We hope this will be helpful to you, if not then please let us know as well as please mention the link of your site also, so that it will be easy to both of us to find the solution asap. We hope you understand.

    We look forward to respond.

    Thanks

    #22908

    Hi again

    Thank you for replying. 🙂

    I did what you said, but the site on mobile devices still looks different.

    This is my site: http://www.numerologi.nu

    On my iphone for example the tap for the menu is a greenish blue and when active it is RED, that sort of clashes with the normal colors :dry:

    Looking forward to your response 🙂

    #22912
    Binaya D
    Participant

    Hi There,

    Please use the following css to fix your issue:

    a.toggle_button_flat_responsive_menu {
        color: #000;
    }
    a.toggle_button_flat_responsive_menu:active {
        color: #fff;
    }

    Thanks

    #22916

    I tried it and it almost worked, but it still turns red even though I put #777777 for the color when active…

    #22921
    Binaya D
    Participant

    for hover you need to use following css

    a.toggle_button_flat_responsive_menu:hover {
        color: rebeccapurple;
    }
    #22922

    Perfection!
    Thank you 🙂

    #17362
    Binaya D
    Participant

    you are welcome 🙂

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