• Hi,

    How to change the colour of the mobile menu text?

    And how to change the hover colour of the hamburger icon on mobile?

    Can’t seem to find these settings in customizer.

    Thanks

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

    You can customize via APpearance > Customize > Header > mobile menu.

    If not resolved by the above, share a snapshot that you exactly want to change.

    Thread Starter jokubas2000k

    (@jokubas2000k)

    Hi @abhikr781,

    I found how to change the colour of the menu items.

    How about the hover colour of the hamburger icon? There’s no option in the customizer to change the hover colour.

    When the hamburger icon gets clicked, it changes colour. That’s because the hover colour is set to some kind of greyish colour.

    Could you please give me a CSS code that would change the hover colour of the hamburger icon?

    Thanks

    Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .oceanwp-mobile-menu-icon a:hover {
        color: #8903b5;
    }

    PS- change the color code as per need.

    If not resolved by the above, share the website URL to check the issue.

    Thread Starter jokubas2000k

    (@jokubas2000k)

    Hi @abhikr781,

    Didn’t work.

    URL: https://www.mydreamtattoo.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu styling’ is closed to new replies.