Change color of mobile menu

  • Author
    Posts
  • #96806

    Hello can you tell me how to change the color of the mobile menu

    it is too light to read on a small device.

    Website: jalmics.com

    #96855
    Zed
    Cryout Creations mastermind

    The mobile menu inherits the background color from the configured menu background color. For the menu items it uses the primary accent color (as the menu items are links).

    To customize the text color independently you can use CSS:

    #mobile-menu a {
        color: black;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #96860

    THANK YOU!!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change color of mobile menu’ is closed to new replies.