Viewing 1 replies (of 1 total)
  • Plugin Support sabbirsam

    (@sabbirsam)

    Hi @mryess

    We found your sidebar menu class which is

    .sidebar-menu

    is not getting dark mode background color.
    Link: added bg color
    The code is provided for your convenience:

    .mfp-content.off-canvas-cart {
        background: rgb(36, 37, 37)!important;
    }
    .sidebar-menu.no-scrollbar {
        background: rgb(36, 37, 37)!important;
    }

    You can easily solve this by using the code given above directly on the Dark Mode custom CSS panel.

    If you find this difficult to resolve, please contact our support

Viewing 1 replies (of 1 total)
  • The topic ‘I have problem’ is closed to new replies.