• Resolved robodrago

    (@robodrago)


    When my browser (samsung internet) switches to dark theme the meny (which also ia black) is very hard to see.

    Shouldnt it switch to like white?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @robodrago

    I hope this message finds you well. May I kindly request that you share the website link with us, please?

    Thank you very much.

    Best regards,
    Sumit

    Thread Starter robodrago

    (@robodrago)

    https://nordmoregatebilklubb.com/

    Using samsung internet black theme. The white background on the website becomes black. And therefore the meny button gets black.

    Hi @robodrago

    Thank you for the website link.

    I need to discuss this with my development team. Hopefully, I will get back to you with the solution.

    Regards,
    Sumit

    Dear @robodrago

    I hope this message finds you well. Please accept my sincere apologies for the delay in responding to your query.

    Upon thorough investigation of the issue, we have determined that the problem does not lie with the plugin’s CSS.

    In light of this, we recommend implementing the following solutions to resolve the issue:

    Solution 1: We suggest utilizing hamburger images instead of background colors. For your convenience, please refer to the following screenshot for reference: https://snipboard.io/BsvdeX.jpg.

    Solution 2: Another alternative is to use the CSS code specific to dark themes. However, please note that the white color may not work, and you may use an alternative color instead. Kindly add the following CSS code to the additional CSS section of the WordPress customizer and check if the issue has been resolved:

    @media (prefers-color-scheme: light) {
    body #rmp_menu_trigger-11906 .responsive-menu-pro-inner,
    body #rmp_menu_trigger-11906 .responsive-menu-pro-inner::before,
    body #rmp_menu_trigger-11906 .responsive-menu-pro-inner::after {
    background-color: #f44336 !important;
    }
    }

    Please do not hesitate to contact us should you require further assistance.

    Best regards,
    Sumit

    Thread Starter robodrago

    (@robodrago)

    solution2 working perfect

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Doesnt work with browser with black theme?’ is closed to new replies.