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