Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3164799
Hamburguer menu
Closed

Comments

  • diegoadan started the conversation

    Hello,

    I have used the "Header Builder" to customize the header of my site, I have used a hamburguer menu for mobile users, my issue is that when the user switchs to dark mode, the icon stills in black and should be turned to white to be visible, I cannot find any setting to make the this menu icon adaptable to dark/light modes.

    Thank you

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.pcdm-enable.pcdark-mode .navigation .button-menu-mobile svg {
        fill: #fff;
    }

    Regards,
    PenciDesign.



  • diegoadan replied

    Hi,

    The solution worked perfectly. Thank for your help and quick reply.