• How to change the mobile (and tab) menu color (see https://joyoreesti.ee) – it is white currently, but needs to be black. I ve tried to add CSS codes, but no luck.
    Maybe someone can help? Or is it a case I′m using a free theme?
    Thank you already in advance
    h

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello hekiis,

    Which color do you wish to change? Is it possible to share the screenshot and explain once, please? So I can help you accordingly.

    Waiting for your reply,

    Thanks.

    Hello hekiis,

    In case you are talking about the hamburger menu, you can use below CSS.

    You can add this CSS in Additional CSS

    button#primary-menu-toggle {
        color: #000 !important;
    }

    1) Navigate to Appearance > Customize in your WordPress dashboard to open the WordPress Customizer.
    2) Select the Additional CSS option from the menu on the left in the WordPress Customizer interface

    Hope this helps.

    Thanks.

    Thread Starter hekiis

    (@hekiis)

    Hi, thank you! It worked, great.
    Do u know is it also possible to change the word MENU (to write it in local language, MENüü). If yes, then how?
    ??
    Helen

    Hello Helen,

    This can be done with jQuery, but I have a solution with CSS as well.

    Check this CSS if that helps

    span.menu-label {
        visibility: hidden;
        position: absolute;
    }
    span.menu-label:before {
        content: 'MENüü';
        visibility: visible;
    }

    Let me know if this works.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing mobile menu colour for Adonis theme (adonis theme)’ is closed to new replies.