Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151885
    Priska Leutenegger
    Participant

    Hi, I would like to change the colors (background and text) of the smartphone-menu.

    thank you very much.
    regards, priska

    #151892
    sapana
    Participant

    @artpriskaleutenegger-ch:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-navigation ul li a, .menu-toggle-wrapper {
        color: blue;
        background-color: black;
    }

    You can change the color according to your requirement.

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    #151905
    Priska Leutenegger
    Participant

    Thank you, but the Menu ‘Button’ still appears in wrong color. thanks again for your help

    #151922
    sapana
    Participant

    @artpriskaleutenegger-ch:Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Sapana

    #151970
    Priska Leutenegger
    Participant
    #152091
    sapana
    Participant

    @artpriskaleutenegger-ch:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle {
        color: #000000;
        background-color: #4c774c;
    }

    You can change the color as per your requirement.
    Let me know if this help you out!
    Kind Regards,
    Sapana

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change (Smartphone) Menu-Color’ is closed to new replies.