• Hi, i have a website and im trying to put a custom button to my mobile version but Does Not work.

    How to fix this?

    I have the pro version.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ScriptsTown

    (@scriptstown)

    Hi @cvouzas,

    I have tested your website on mobile, it seems to work when you scroll as your custom toggle button is above the menu.

    If you want to change the button color to light while in dark mode, you can add an additional class to it “dmt-filter-1”, so it would have two classes on the same element:

    dmt-filter-1 darkmode-tg-cs

    Or, you can try this CSS globally (without using dmt-filter-1 class):

    .darkmode--activated .site-branding {
        filter: invert(1);
    }
    .darkmode--activated .darkmode-tg-cs .wp-image-2217 {
        filter: invert(0);
    }

    Its better if you could reach out to us for pro version support here.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘CSS class: darkmode-tg-cs Does Not work on mobile’ is closed to new replies.